public abstract class AbstractJettyStandaloneLocalConfiguration extends AbstractStandaloneLocalConfiguration
RESOURCE_PATH| Constructor and Description |
|---|
AbstractJettyStandaloneLocalConfiguration(String dir) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractCopyingInstalledLocalDeployer |
createDeployer(InstalledLocalContainer container)
Creates a new deployer for the specified container.
|
protected org.apache.tools.ant.types.FilterChain |
createJettyFilterChain()
Creates the filter chain that should be applied while copying container configuration files
to the working directory from which the container is started.
|
protected void |
doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
addXmlReplacement, addXmlReplacement, configureFiles, getType, performXmlReplacements, removeXmlReplacement, removeXmlReplacement, replaceInFile, setupConfigurationDir, verifyaddDataSource, addDataSourcesFromProperties, addDeployable, addResource, addResourcesFromProperties, applyPortOffset, applyPortOffset, collectUnsupportedDataSourcesAndThrowException, collectUnsupportedResourcesAndThrowException, configure, createFilterChain, getAntUtils, getDataSources, getDeployables, getDestDirectoryLocation, getDestFileLocation, getFileHandler, getFileProperties, getFilterChain, getHome, getResources, getResourceUtils, parsePropertiesForPendingConfiguration, revertPortOffset, revertPortOffset, setConfigFileProperty, setFileHandler, setFileProperty, setLoggergetProperties, getPropertyValue, setPropertygetLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDataSource, addDeployable, addResource, applyPortOffset, configure, getDataSources, getDeployables, getFileHandler, getFileProperties, getHome, getResources, revertPortOffset, setConfigFileProperty, setFileHandler, setFilePropertygetCapability, getProperties, getPropertyValue, setPropertypublic AbstractJettyStandaloneLocalConfiguration(String dir)
protected org.apache.tools.ant.types.FilterChain createJettyFilterChain()
null.protected abstract AbstractCopyingInstalledLocalDeployer createDeployer(InstalledLocalContainer container)
container - The container for which to create the deployer, must not be null.null.protected void doConfigure(LocalContainer container) throws Exception
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. This provides the ability to perform generic
actions before and after the container-specific implementation. Another way would be to use
AOP...doConfigure in class AbstractLocalConfigurationcontainer - the container to configureException - if any error is raised during the configurationAbstractLocalConfiguration.configure(LocalContainer)Copyright © 2004-2013 Codehaus. All Rights Reserved.