public abstract class AbstractOrionStandaloneLocalConfiguration extends AbstractStandaloneLocalConfiguration
RESOURCE_PATH
Constructor and Description |
---|
AbstractOrionStandaloneLocalConfiguration(String dir) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
copyCustomResources(File confDir,
org.apache.tools.ant.types.FilterChain filterChain)
Copy resources that are different between the different standalone implementations.
|
protected String |
createDatasourceTokenValue() |
protected void |
doConfigure(LocalContainer container) |
ConfigurationCapability |
getCapability() |
protected String |
getRoleToken() |
protected String |
getUserToken() |
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 AbstractOrionStandaloneLocalConfiguration(String dir)
public ConfigurationCapability getCapability()
Configuration.getCapability()
protected void doConfigure(LocalContainer container) throws Exception
doConfigure
in class AbstractLocalConfiguration
Exception
AbstractLocalConfiguration.configure(org.codehaus.cargo.container.LocalContainer)
protected abstract void copyCustomResources(File confDir, org.apache.tools.ant.types.FilterChain filterChain) throws Exception
confDir
- the configuration dir where to copy the resources tofilterChain
- the Ant filter chain to apply when copying the resourcesException
- in case of an error during the copyprotected String getUserToken()
protected String getRoleToken()
protected String createDatasourceTokenValue()
Copyright © 2004-2013 Codehaus. All Rights Reserved.