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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebSphereJythonConfigurationFactory
getFactory()
-
Methods inherited from interface org.codehaus.cargo.container.configuration.Configuration
getCapability, getProperties, getPropertyValue, getType, setProperty
-
-
-
-
Method Detail
-
getFactory
WebSphereJythonConfigurationFactory getFactory()
- Returns:
- Configuration factory for WebSphere returning jython scripts.
-
-