Class LibertyFactoryRegistry
- java.lang.Object
-
- org.codehaus.cargo.generic.AbstractFactoryRegistry
-
- org.codehaus.cargo.container.liberty.LibertyFactoryRegistry
-
public class LibertyFactoryRegistry extends AbstractFactoryRegistry
Registers WebSphere Liberty support
-
-
Constructor Summary
Constructors Constructor Description LibertyFactoryRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidregister(ConfigurationCapabilityFactory configurationCapabilityFactory)Register configuration capabilities.protected voidregister(ConfigurationFactory configurationFactory)Register configuration factories.protected voidregister(ContainerCapabilityFactory containerCapabilityFactory)Register container capabilities.protected voidregister(ContainerFactory containerFactory)Register the WebSphere Liberty containers.protected voidregister(DeployableFactory deployableFactory)Register deployable factory.protected voidregister(DeployerFactory deployerFactory)Register deployer.protected voidregister(PackagerFactory packagerFactory)Register packager.
-
-
-
Method Detail
-
register
protected void register(DeployableFactory deployableFactory)
Register deployable factory. Doesn't register anything.- Specified by:
registerin classAbstractFactoryRegistry- Parameters:
deployableFactory- Factory on which to register.
-
register
protected void register(ConfigurationCapabilityFactory configurationCapabilityFactory)
Register configuration capabilities.- Specified by:
registerin classAbstractFactoryRegistry- Parameters:
configurationCapabilityFactory- Factory on which to register.
-
register
protected void register(ConfigurationFactory configurationFactory)
Register configuration factories.- Specified by:
registerin classAbstractFactoryRegistry- Parameters:
configurationFactory- Factory on which to register.
-
register
protected void register(DeployerFactory deployerFactory)
Register deployer.- Specified by:
registerin classAbstractFactoryRegistry- Parameters:
deployerFactory- Factory on which to register.
-
register
protected void register(PackagerFactory packagerFactory)
Register packager. Doesn't register anything.- Specified by:
registerin classAbstractFactoryRegistry- Parameters:
packagerFactory- Factory on which to register.
-
register
protected void register(ContainerFactory containerFactory)
Register the WebSphere Liberty containers. These are things that control the server lifecycle in cargo.- Specified by:
registerin classAbstractFactoryRegistry- Parameters:
containerFactory- the factory to register with
-
register
protected void register(ContainerCapabilityFactory containerCapabilityFactory)
Register container capabilities.- Specified by:
registerin classAbstractFactoryRegistry- Parameters:
containerCapabilityFactory- Factory on which to register.
-
-