Interface WebSphereConfiguration
- 
- All Superinterfaces:
- Configuration,- Loggable
 - All Known Implementing Classes:
- WebSphere85xExistingLocalConfiguration,- WebSphere85xStandaloneLocalConfiguration,- WebSphere9xExistingLocalConfiguration,- WebSphere9xStandaloneLocalConfiguration
 
 public interface WebSphereConfiguration extends Configuration All WebSphere configuration implementations must implement this interface which provides method to retrieve jython script factory.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description WebSphereJythonConfigurationFactorygetFactory()- 
Methods inherited from interface org.codehaus.cargo.container.configuration.ConfigurationgetCapability, getProperties, getPropertyValue, getType, setProperty
 
- 
 
- 
- 
- 
Method Detail- 
getFactoryWebSphereJythonConfigurationFactory getFactory() - Returns:
- Configuration factory for WebSphere returning jython scripts.
 
 
- 
 
-