Interface JBoss5xInstalledLocalContainer
-
- All Superinterfaces:
Container
,InstalledLocalContainer
,JBossInstalledLocalContainer
,LocalContainer
,Loggable
,RunnableContainer
,SpawnedContainer
- All Known Implementing Classes:
AbstractJBoss5xInstalledLocalContainer
,JBoss51xInstalledLocalContainer
,JBoss5xInstalledLocalContainer
,JBoss61xInstalledLocalContainer
,JBoss6xInstalledLocalContainer
public interface JBoss5xInstalledLocalContainer extends JBossInstalledLocalContainer
The JBoss 5.x container implementation must implement this interface which provides JBoss 5.x specifics elements.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCommonLibDir()
Return the location of the common lib directory.String
getDeployersDir(String configurationName)
-
Methods inherited from interface org.codehaus.cargo.container.Container
getCapability, getId, getName, getState, getType
-
Methods inherited from interface org.codehaus.cargo.container.InstalledLocalContainer
getHome, setHome
-
Methods inherited from interface org.codehaus.cargo.container.jboss.internal.JBossInstalledLocalContainer
getConfDir, getDeployDir, getLibDir
-
Methods inherited from interface org.codehaus.cargo.container.LocalContainer
getConfiguration, getFileHandler, setConfiguration, setFileHandler
-
Methods inherited from interface org.codehaus.cargo.container.internal.RunnableContainer
getOutput, getTimeout, isAppend, restart, setAppend, setOutput, setTimeout, start, stop
-
Methods inherited from interface org.codehaus.cargo.container.internal.SpawnedContainer
addExtraClasspath, addSharedClasspath, getExtraClasspath, getJvmLauncherFactory, getSharedClasspath, getSystemProperties, setExtraClasspath, setJvmLauncherFactory, setSharedClasspath, setSystemProperties
-
-
-
-
Method Detail
-
getDeployersDir
String getDeployersDir(String configurationName)
- Parameters:
configurationName
- the JBoss server configuration name for which to return the deployer dir.- Returns:
- The deployer directory located under the container's home installation directory
-
getCommonLibDir
String getCommonLibDir()
Return the location of the common lib directory.- Returns:
- The common lib directory located under the container's home installation directory
-
-