org.codehaus.cargo.container.jboss.internal
Interface JBoss5xInstalledLocalContainer
- All Superinterfaces:
- Container, InstalledLocalContainer, JBossInstalledLocalContainer, LocalContainer, Loggable, RunnableContainer, SpawnedContainer
- All Known Implementing Classes:
- AbstractJBoss5xInstalledLocalContainer, JBoss5xInstalledLocalContainer
public interface JBoss5xInstalledLocalContainer
- extends JBossInstalledLocalContainer
The JBoss5x container implementation must implement this interface which provides
JBoss5x specifics elements.
- Version:
- $Id: JBoss5xInstalledLocalContainer.java 1843 2008-12-10 17:15:32Z mwringe $
Method Summary |
java.lang.String |
getCommonLibDir()
Return the location of the common lib directory. |
java.lang.String |
getDeployersDir(java.lang.String configurationName)
|
getDeployersDir
java.lang.String getDeployersDir(java.lang.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
java.lang.String getCommonLibDir()
- Return the location of the common lib directory.
- Returns:
- The common lib directory located under the container's home installation directory
Copyright © 2004-2011 Codehaus. All Rights Reserved.