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
 String getConfDir(String configurationName)
           
 String getDeployDir(String configurationName)
           
 String getLibDir(String configurationName)
           
 
Methods inherited from interface org.codehaus.cargo.container.InstalledLocalContainer
getHome, setHome
 
Methods inherited from interface org.codehaus.cargo.container.LocalContainer
getConfiguration, getFileHandler, setConfiguration, setFileHandler
 
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
addExtraClasspath, addSharedClasspath, getExtraClasspath, getSharedClasspath, getSystemProperties, setExtraClasspath, setSharedClasspath, setSystemProperties
 

Method Detail

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.