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() |
configure, configureFiles, createFilterChain, getDestDirectoryLocation, getDestFileLocation, getFileProperties, getFilterChain, getType, setConfigFileProperty, setFileProperty, setupConfigurationDir, verify
addDataSource, addDataSourcesFromProperties, addResource, addResourcesFromProperties, collectUnsupportedDataSourcesAndThrowException, collectUnsupportedResourcesAndThrowException, getAntUtils, getDataSources, getDeployables, getFileHandler, getHome, getResources, getResourceUtils, parsePropertiesForPendingConfiguration, setFileHandler
getProperties, getPropertyValue, setProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addResource, getDeployables, getFileHandler, getHome, getResources, setFileHandler
getProperties, getPropertyValue, setProperty
public Geronimo1xStandaloneLocalConfiguration(String dir)
public ConfigurationCapability getCapability()
Configuration.getCapability()
public void addDeployable(Deployable newDeployable)
addDeployable
in interface LocalConfiguration
addDeployable
in class AbstractLocalConfiguration
LocalConfiguration.addDeployable(org.codehaus.cargo.container.deployable.Deployable)
protected void doConfigure(LocalContainer container) throws Exception
doConfigure
in class AbstractLocalConfiguration
Exception
AbstractLocalConfiguration.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.