public abstract class AbstractGeronimoStandaloneLocalConfiguration extends AbstractStandaloneLocalConfiguration
Configuration
implementation.RESOURCE_PATH| Constructor and Description |
|---|
AbstractGeronimoStandaloneLocalConfiguration(String dir) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.tools.ant.types.FilterChain |
createGeronimoFilterChain(LocalContainer container)
Create filter to replace tokens in configuration file with user defined values.
|
void |
deployDatasources(InstalledLocalContainer container)
Deploy datasources.
|
protected String[] |
getUserTokens()
Generate properties file entries for Geronimo users and groups.
|
addXmlReplacement, addXmlReplacement, configureFiles, getType, performXmlReplacements, removeXmlReplacement, removeXmlReplacement, replaceInFile, setupConfigurationDir, verifyaddDataSource, addDataSourcesFromProperties, addDeployable, addResource, addResourcesFromProperties, applyPortOffset, applyPortOffset, collectUnsupportedDataSourcesAndThrowException, collectUnsupportedResourcesAndThrowException, configure, createFilterChain, doConfigure, 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 AbstractGeronimoStandaloneLocalConfiguration(String dir)
protected org.apache.tools.ant.types.FilterChain createGeronimoFilterChain(LocalContainer container) throws MalformedURLException
container - the instance representing the Geronimo containerMalformedURLException - If an URL is malformed.protected String[] getUserTokens()
public void deployDatasources(InstalledLocalContainer container) throws Exception
container - Geronimo container.Exception - If anything goes wrong.Copyright © 2004-2013 Codehaus. All Rights Reserved.