public class JBoss71xStandaloneLocalConfiguration extends JBoss7xStandaloneLocalConfiguration
CONFIGURATIONRESOURCE_PATH| Constructor and Description |
|---|
JBoss71xStandaloneLocalConfiguration(String dir) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(LocalContainer container)
Configure the specified container.
|
protected void |
doConfigure(LocalContainer c)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
ConfigurationCapability |
getCapability() |
generateUserPasswordLine, performXmlReplacementsaddXmlReplacement, addXmlReplacement, configureFiles, createFilterChain, getDestDirectoryLocation, getDestFileLocation, getFileProperties, getFilterChain, getType, removeXmlReplacement, removeXmlReplacement, replaceInFile, setConfigFileProperty, setFileProperty, setupConfigurationDir, verifyaddDataSource, addDataSourcesFromProperties, addDeployable, addResource, addResourcesFromProperties, applyPortOffset, applyPortOffset, collectUnsupportedDataSourcesAndThrowException, collectUnsupportedResourcesAndThrowException, getAntUtils, getDataSources, getDeployables, getFileHandler, getHome, getResources, getResourceUtils, parsePropertiesForPendingConfiguration, revertPortOffset, revertPortOffset, setFileHandler, setLoggergetProperties, getPropertyValue, setPropertygetLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDataSource, addDeployable, addResource, applyPortOffset, getDataSources, getDeployables, getFileHandler, getHome, getResources, revertPortOffset, setFileHandlergetProperties, getPropertyValue, setPropertypublic JBoss71xStandaloneLocalConfiguration(String dir)
public ConfigurationCapability getCapability()
getCapability in interface ConfigurationgetCapability in class JBoss7xStandaloneLocalConfigurationConfigurationCapability of the configuration in term of properties it
supports, etcConfiguration.getCapability()public void configure(LocalContainer container)
configure in interface LocalConfigurationconfigure in class JBoss7xStandaloneLocalConfigurationcontainer - the container to configureJBoss7xStandaloneLocalConfiguration.configure(LocalContainer)protected void doConfigure(LocalContainer c) throws Exception
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. This provides the ability to perform generic
actions before and after the container-specific implementation. Another way would be to use
AOP...doConfigure in class JBoss7xStandaloneLocalConfigurationc - the container to configureException - if any error is raised during the configurationJBoss7xStandaloneLocalConfiguration.doConfigure(LocalContainer)Copyright © 2004-2013 Codehaus. All Rights Reserved.