public abstract class AbstractJettyStandaloneLocalConfiguration extends AbstractStandaloneLocalConfiguration
RESOURCE_PATH| Constructor and Description |
|---|
AbstractJettyStandaloneLocalConfiguration(String dir) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
activateLogging(LocalContainer container)
Turn on the logging for the container.
|
void |
doConfigure(LocalContainer container) |
abstract ConfigurationCapability |
getCapability() |
createFilterChain, getType, setupConfigurationDir, verifyaddDeployable, configure, getAntUtils, getDeployables, getFileHandler, getHome, getResourceUtils, setFileHandlergetProperties, getPropertyValue, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDeployable, configure, getDeployables, getHomegetProperties, getPropertyValue, setPropertypublic AbstractJettyStandaloneLocalConfiguration(String dir)
public abstract ConfigurationCapability getCapability()
Configuration.getCapability()public void doConfigure(LocalContainer container) throws Exception
doConfigure in class AbstractLocalConfigurationExceptionLocalConfiguration.configure(LocalContainer)protected abstract void activateLogging(LocalContainer container) throws Exception
container - the container for which to establish loggingException - on errorCopyright © 2004-2013 Codehaus. All Rights Reserved.