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 $
getConfDir
String getConfDir(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
String getLibDir(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
String getDeployDir(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-2012 Codehaus. All Rights Reserved.