public abstract class AbstractJBossInstalledLocalContainer extends AbstractInstalledLocalContainer implements JBossInstalledLocalContainer
| Constructor and Description |
|---|
AbstractJBossInstalledLocalContainer(LocalConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart(org.apache.tools.ant.taskdefs.Java java) |
protected void |
doStop(org.apache.tools.ant.taskdefs.Java java) |
ContainerCapability |
getCapability() |
String |
getConfDir(String configurationName) |
String |
getDeployDir(String configurationName) |
String |
getLibDir(String configurationName) |
protected String |
getVersion(String defaultVersion)
Parse installed JBoss version.
|
protected void |
verify() |
protected void |
verifyJBossHome()
Verify that the JBoss directory structure is valid and throw a ContainerException if not.
|
addToolsJarToClasspath, getAntUtils, getExtraClasspath, getFileHandler, getHome, getHttpUtils, getJdkUtils, getResourceUtils, getSystemProperties, getType, setExtraClasspath, setFileHandler, setHome, setLogger, setSystemProperties, startInternal, stopInternalgetConfiguration, getOutput, getState, getTimeout, isAppend, setAppend, setConfiguration, setOutput, setState, setTimeout, start, stop, waitForCompletionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHome, setHomegetConfiguration, setConfigurationgetId, getName, getState, getTypegetOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stopgetExtraClasspath, getSystemProperties, setExtraClasspath, setSystemPropertiespublic AbstractJBossInstalledLocalContainer(LocalConfiguration configuration)
protected void doStart(org.apache.tools.ant.taskdefs.Java java)
throws Exception
doStart in class AbstractInstalledLocalContainerExceptionAbstractInstalledLocalContainer.doStart(Java)protected void doStop(org.apache.tools.ant.taskdefs.Java java)
throws Exception
doStop in class AbstractInstalledLocalContainerExceptionAbstractInstalledLocalContainer.doStop(Java)protected final void verify()
verify in class AbstractInstalledLocalContainerAbstractLocalContainer.verify()public ContainerCapability getCapability()
getCapability in interface ContainerContainer.getCapability()protected final String getVersion(String defaultVersion)
defaultVersion - the default version used if the exact JBoss version can't be determineddefaultVersion if the version number could not
be determinedpublic String getConfDir(String configurationName)
getConfDir in interface JBossInstalledLocalContainerconfigurationName - the JBoss server configuration name for which to return the conf dirJBossInstalledLocalContainer.getConfDir(String)public String getLibDir(String configurationName)
getLibDir in interface JBossInstalledLocalContainerconfigurationName - the JBoss server configuration name for which to return the conf dirJBossInstalledLocalContainer.getLibDir(String)public String getDeployDir(String configurationName)
getDeployDir in interface JBossInstalledLocalContainerconfigurationName - the JBoss server configuration name for which to return the conf dirJBossInstalledLocalContainer.getDeployDir(String)protected void verifyJBossHome()
ContainerException - if anyCopyright © 2004-2013 Codehaus. All Rights Reserved.