org.codehaus.cargo.container.jboss.internal
Interface JBossInstalledLocalContainer
- All Superinterfaces:
- Container, InstalledLocalContainer, LocalContainer, Loggable, RunnableContainer, SpawnedContainer
- All Known Subinterfaces:
- JBoss5xInstalledLocalContainer
- All Known Implementing Classes:
- AbstractJBoss5xInstalledLocalContainer, AbstractJBossInstalledLocalContainer, JBoss3xInstalledLocalContainer, JBoss42xInstalledLocalContainer, JBoss4xInstalledLocalContainer, JBoss5xInstalledLocalContainer
public interface JBossInstalledLocalContainer
- extends InstalledLocalContainer
All JBoss container implementation must implement this interface which provides method to find
out the location of configuration files located in the JBoss installation source tree.
- Version:
- $Id: JBossInstalledLocalContainer.java 1177 2006-09-02 13:27:29Z vmassol $
Method Summary |
java.lang.String |
getConfDir(java.lang.String configurationName)
|
java.lang.String |
getDeployDir(java.lang.String configurationName)
|
java.lang.String |
getLibDir(java.lang.String configurationName)
|
getConfDir
java.lang.String getConfDir(java.lang.String configurationName)
- Parameters:
configurationName
- the JBoss server configuration name for which to return the conf dir
- Returns:
- The conf directory located under the container's home installation directory
getLibDir
java.lang.String getLibDir(java.lang.String configurationName)
- Parameters:
configurationName
- the JBoss server configuration name for which to return the conf dir
- Returns:
- The lib directory located under the container's home installation directory
getDeployDir
java.lang.String getDeployDir(java.lang.String configurationName)
- Parameters:
configurationName
- the JBoss server configuration name for which to return the conf dir
- Returns:
- The deploy directory located under the container's home installation directory
Copyright © 2004-2011 Codehaus. All Rights Reserved.