public class JBoss7xExistingLocalConfiguration extends AbstractExistingLocalConfiguration
Configuration implementation.RESOURCE_PATH| Constructor and Description |
|---|
JBoss7xExistingLocalConfiguration(String dir) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doConfigure(LocalContainer container)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
ConfigurationCapability |
getCapability() |
String |
toString() |
getTypeaddDataSource, addDataSourcesFromProperties, addDeployable, addResource, addResourcesFromProperties, applyPortOffset, applyPortOffset, collectUnsupportedDataSourcesAndThrowException, collectUnsupportedResourcesAndThrowException, configure, configureFiles, createFilterChain, getAntUtils, getDataSources, getDeployables, getDestDirectoryLocation, getDestFileLocation, getFileHandler, getFileProperties, getFilterChain, getHome, getResources, getResourceUtils, parsePropertiesForPendingConfiguration, revertPortOffset, revertPortOffset, setConfigFileProperty, setFileHandler, setFileProperty, setLogger, verifygetProperties, getPropertyValue, setPropertygetLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddDataSource, addDeployable, addResource, applyPortOffset, configure, getDataSources, getDeployables, getFileHandler, getHome, getResources, revertPortOffset, setConfigFileProperty, setFileHandler, setFilePropertygetProperties, getPropertyValue, setPropertypublic JBoss7xExistingLocalConfiguration(String dir)
protected void doConfigure(LocalContainer container) 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 AbstractLocalConfigurationcontainer - the container to configureException - if any error is raised during the configurationAbstractLocalConfiguration.configure(LocalContainer)public ConfigurationCapability getCapability()
ConfigurationCapability of the configuration in term of properties it
supports, etcConfiguration.getCapability()public String toString()
toString in class ObjectObject.toString()Copyright © 2004-2013 Codehaus. All Rights Reserved.