public class Geronimo1xStandaloneLocalConfiguration extends AbstractStandaloneLocalConfiguration
Configuration
implementation.RESOURCE_PATH| Constructor and Description |
|---|
Geronimo1xStandaloneLocalConfiguration(String dir) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeployable(Deployable newDeployable)
Geronimo does not support static deployments, warn the user.
|
protected org.apache.tools.ant.types.FilterChain |
createGeronimoFilterChain(LocalContainer container)
Create filter to replace tokens in configuration file with user defined values.
|
protected void |
doConfigure(LocalContainer container) |
ConfigurationCapability |
getCapability() |
createFilterChain, getType, setupConfigurationDir, verifyconfigure, getAntUtils, getDeployables, getFileHandler, getHome, getResourceUtils, setFileHandlergetProperties, getPropertyValue, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, getDeployables, getHomegetProperties, getPropertyValue, setPropertypublic Geronimo1xStandaloneLocalConfiguration(String dir)
public ConfigurationCapability getCapability()
Configuration.getCapability()public void addDeployable(Deployable newDeployable)
addDeployable in interface LocalConfigurationaddDeployable in class AbstractLocalConfigurationLocalConfiguration.addDeployable(org.codehaus.cargo.container.deployable.Deployable)protected void doConfigure(LocalContainer container) throws Exception
doConfigure in class AbstractLocalConfigurationExceptionAbstractLocalConfiguration.configure(LocalContainer)protected org.apache.tools.ant.types.FilterChain createGeronimoFilterChain(LocalContainer container) throws MalformedURLException
container - the instance representing the Geronimo containerMalformedURLException - If an URL is malformed.Copyright © 2004-2013 Codehaus. All Rights Reserved.