Class WebSphere85xStandaloneLocalConfiguration
- java.lang.Object
- 
- org.codehaus.cargo.util.log.LoggedObject
- 
- org.codehaus.cargo.container.spi.configuration.AbstractConfiguration
- 
- org.codehaus.cargo.container.spi.configuration.AbstractLocalConfiguration
- 
- org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfiguration
- 
- org.codehaus.cargo.container.websphere.WebSphere85xStandaloneLocalConfiguration
 
 
 
 
 
- 
- All Implemented Interfaces:
- Configuration,- LocalConfiguration,- StandaloneLocalConfiguration,- ContainerConfiguration,- WebSphereConfiguration,- Loggable
 - Direct Known Subclasses:
- WebSphere9xStandaloneLocalConfiguration
 
 public class WebSphere85xStandaloneLocalConfiguration extends AbstractStandaloneLocalConfiguration implements WebSphereConfiguration WebSphere 8.5.x standaloneContainerConfigurationimplementation.
- 
- 
Field Summary- 
Fields inherited from class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfigurationRESOURCE_PATH
 
- 
 - 
Constructor SummaryConstructors Constructor Description WebSphere85xStandaloneLocalConfiguration(String dir)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoConfigure(LocalContainer container)Implementation ofLocalConfiguration.configure(LocalContainer)that all local configuration using this class must implement.ConfigurationCapabilitygetCapability()WebSphereJythonConfigurationFactorygetFactory()StringtoString()- 
Methods inherited from class org.codehaus.cargo.container.spi.configuration.AbstractStandaloneLocalConfigurationaddXmlReplacement, addXmlReplacement, addXmlReplacement, addXmlReplacement, configureFiles, getType, getXmlReplacements, performXmlReplacements, removeXmlReplacement, removeXmlReplacement, replaceInFile, setupConfigurationDir, verify
 - 
Methods inherited from class org.codehaus.cargo.container.spi.configuration.AbstractLocalConfigurationaddDataSource, addDataSourcesFromProperties, addDeployable, addResource, addResourcesFromProperties, addUser, addUsersFromProperties, applyPortOffset, applyPortOffset, collectUnsupportedDataSourcesAndThrowException, collectUnsupportedResourcesAndThrowException, configure, flagOffsetApplied, getDataSources, getDeployables, getDestDirectoryLocation, getDestFileLocation, getFileHandler, getFileProperties, getHome, getPropertyValue, getReplacements, getResources, getResourceUtils, getUsers, isOffsetApplied, isOffsetApplied, parsePropertiesForPendingConfiguration, revertPortOffset, revertPortOffset, setConfigFileProperty, setFileHandler, setFileProperty, setLogger
 - 
Methods inherited from class org.codehaus.cargo.container.spi.configuration.AbstractConfigurationgetProperties, setProperty
 - 
Methods inherited from class org.codehaus.cargo.util.log.LoggedObjectgetLogger
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.codehaus.cargo.container.configuration.ConfigurationgetProperties, getPropertyValue, getType, setProperty
 - 
Methods inherited from interface org.codehaus.cargo.container.configuration.LocalConfigurationaddDataSource, addDeployable, addResource, addUser, applyPortOffset, configure, getDataSources, getDeployables, getFileHandler, getFileProperties, getHome, getResources, getUsers, isOffsetApplied, revertPortOffset, setConfigFileProperty, setFileHandler, setFileProperty
 
- 
 
- 
- 
- 
Constructor Detail- 
WebSphere85xStandaloneLocalConfigurationpublic WebSphere85xStandaloneLocalConfiguration(String dir) 
 
- 
 - 
Method Detail- 
getCapabilitypublic ConfigurationCapability getCapability() - Specified by:
- getCapabilityin interface- Configuration
- Returns:
- the ConfigurationCapabilityof the configuration in term of properties it supports, etc
 
 - 
doConfigureprotected void doConfigure(LocalContainer container) throws Exception Implementation ofLocalConfiguration.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...- Specified by:
- doConfigurein class- AbstractLocalConfiguration
- Parameters:
- container- the container to configure
- Throws:
- Exception- if any error is raised during the configuration
 
 - 
getFactorypublic WebSphereJythonConfigurationFactory getFactory() - Specified by:
- getFactoryin interface- WebSphereConfiguration
- Returns:
- Configuration factory for WebSphere returning jython scripts.
 
 
- 
 
-