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, verifyaddDeployable, configure, getAntUtils, getDeployables, getFileHandler, getHome, getResourceUtils, setFileHandlergetProperties, getPropertyValue, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDeployable, configure, getDeployables, getHomegetProperties, getPropertyValue, setPropertypublic AbstractOrionStandaloneLocalConfiguration(String dir)
public ConfigurationCapability getCapability()
Configuration.getCapability()protected void doConfigure(LocalContainer container) throws Exception
doConfigure in class AbstractLocalConfigurationExceptionAbstractLocalConfiguration.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.