public class JBoss72xStandaloneLocalConfiguration extends JBoss71xStandaloneLocalConfiguration
CONFIGURATION
RESOURCE_PATH
Constructor and Description |
---|
JBoss72xStandaloneLocalConfiguration(String dir) |
Modifier and Type | Method and Description |
---|---|
protected void |
doConfigure(LocalContainer c)
Implementation of
LocalConfiguration.configure(LocalContainer) that all local
configuration using this class must implement. |
ConfigurationCapability |
getCapability() |
configure
disableWelcomeRoot, generateUserPasswordLine, performXmlReplacements
addXmlReplacement, addXmlReplacement, addXmlReplacement, addXmlReplacement, configureFiles, getType, getXmlReplacements, removeXmlReplacement, removeXmlReplacement, replaceInFile, setupConfigurationDir, verify
addDataSource, addDataSourcesFromProperties, addDeployable, addResource, addResourcesFromProperties, addUser, addUsersFromProperties, applyPortOffset, applyPortOffset, collectUnsupportedDataSourcesAndThrowException, collectUnsupportedResourcesAndThrowException, createFilterChain, flagOffestApplied, getAntUtils, getDataSources, getDeployables, getDestDirectoryLocation, getDestFileLocation, getFileHandler, getFileProperties, getFilterChain, getHome, getPropertyValue, getResources, getResourceUtils, getUsers, isOffsetApplied, isOffsetApplied, parsePropertiesForPendingConfiguration, revertPortOffset, revertPortOffset, setConfigFileProperty, setFileHandler, setFileProperty, setLogger
getProperties, setProperty
getLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addDataSource, addDeployable, addResource, addUser, applyPortOffset, getDataSources, getDeployables, getFileHandler, getFileProperties, getHome, getResources, getUsers, isOffsetApplied, revertPortOffset, setConfigFileProperty, setFileHandler, setFileProperty
getProperties, getPropertyValue, setProperty
public JBoss72xStandaloneLocalConfiguration(String dir)
public ConfigurationCapability getCapability()
getCapability
in interface Configuration
getCapability
in class JBoss71xStandaloneLocalConfiguration
ConfigurationCapability
of the configuration in term of properties it
supports, etcprotected 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 JBoss71xStandaloneLocalConfiguration
c
- the container to configureException
- if any error is raised during the configurationCopyright © 2004–2018 Github. All rights reserved.