org.codehaus.cargo.container.jboss.internal
Interface JBossInstalledLocalContainer
- All Superinterfaces:
- org.codehaus.cargo.container.Container, org.codehaus.cargo.container.InstalledLocalContainer, org.codehaus.cargo.container.LocalContainer, org.codehaus.cargo.util.log.Loggable, org.codehaus.cargo.container.internal.RunnableContainer, org.codehaus.cargo.container.internal.SpawnedContainer
- All Known Implementing Classes:
- AbstractJBossInstalledLocalContainer, JBoss3xInstalledLocalContainer, JBoss4xInstalledLocalContainer
public interface JBossInstalledLocalContainer
- extends org.codehaus.cargo.container.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)
|
Methods inherited from interface org.codehaus.cargo.container.InstalledLocalContainer |
getHome, setHome |
Methods inherited from interface org.codehaus.cargo.container.LocalContainer |
getConfiguration, setConfiguration |
Methods inherited from interface org.codehaus.cargo.container.Container |
getCapability, getId, getName, getState, getType |
Methods inherited from interface org.codehaus.cargo.util.log.Loggable |
getLogger, setLogger |
Methods inherited from interface org.codehaus.cargo.container.internal.RunnableContainer |
getOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stop |
Methods inherited from interface org.codehaus.cargo.container.internal.SpawnedContainer |
getExtraClasspath, getSystemProperties, setExtraClasspath, setSystemProperties |
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-2009 Codehaus. All Rights Reserved.