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, verify
addDeployable, configure, getAntUtils, getDeployables, getFileHandler, getHome, getResourceUtils, setFileHandler
getProperties, getPropertyValue, setProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addDeployable, configure, getDeployables, getHome
getProperties, getPropertyValue, setProperty
public AbstractJettyStandaloneLocalConfiguration(String dir)
public abstract ConfigurationCapability getCapability()
Configuration.getCapability()
public void doConfigure(LocalContainer container) throws Exception
doConfigure
in class AbstractLocalConfiguration
Exception
LocalConfiguration.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.