Class WildFlySwarmFactoryRegistry
- java.lang.Object
-
- org.codehaus.cargo.generic.AbstractFactoryRegistry
-
- org.codehaus.cargo.container.wildfly.swarm.WildFlySwarmFactoryRegistry
-
public class WildFlySwarmFactoryRegistry extends AbstractFactoryRegistry
Factory registry for WildFly Swarm containers.
-
-
Constructor Summary
Constructors Constructor Description WildFlySwarmFactoryRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidregister(ConfigurationCapabilityFactory factory)SeeAbstractFactoryRegistry.register(DeployableFactory)for the semantics.protected voidregister(ConfigurationFactory factory)SeeAbstractFactoryRegistry.register(DeployableFactory)for the semantics.protected voidregister(ContainerCapabilityFactory factory)SeeAbstractFactoryRegistry.register(DeployableFactory)for the semantics.protected voidregister(ContainerFactory factory)SeeAbstractFactoryRegistry.register(DeployableFactory)for the semantics.protected voidregister(DeployableFactory factory)RegistersDeployableimplementations to the givenDeployableFactory.protected voidregister(DeployerFactory factory)SeeAbstractFactoryRegistry.register(DeployableFactory)for the semantics.protected voidregister(PackagerFactory factory)SeeAbstractFactoryRegistry.register(DeployableFactory)for the semantics.
-
-
-
Method Detail
-
register
protected void register(DeployableFactory factory)
RegistersDeployableimplementations to the givenDeployableFactory.- Specified by:
registerin classAbstractFactoryRegistry- Parameters:
factory- SeeAbstractFactoryRegistry.register(ClassLoader, DeployableFactory)
-
register
protected void register(ConfigurationCapabilityFactory factory)
SeeAbstractFactoryRegistry.register(DeployableFactory)for the semantics.- Specified by:
registerin classAbstractFactoryRegistry- Parameters:
factory- SeeAbstractFactoryRegistry.register(DeployableFactory)
-
register
protected void register(ConfigurationFactory factory)
SeeAbstractFactoryRegistry.register(DeployableFactory)for the semantics.- Specified by:
registerin classAbstractFactoryRegistry- Parameters:
factory- SeeAbstractFactoryRegistry.register(DeployableFactory)
-
register
protected void register(DeployerFactory factory)
SeeAbstractFactoryRegistry.register(DeployableFactory)for the semantics.- Specified by:
registerin classAbstractFactoryRegistry- Parameters:
factory- SeeAbstractFactoryRegistry.register(DeployableFactory)
-
register
protected void register(PackagerFactory factory)
SeeAbstractFactoryRegistry.register(DeployableFactory)for the semantics.- Specified by:
registerin classAbstractFactoryRegistry- Parameters:
factory- SeeAbstractFactoryRegistry.register(DeployableFactory)
-
register
protected void register(ContainerFactory factory)
SeeAbstractFactoryRegistry.register(DeployableFactory)for the semantics.- Specified by:
registerin classAbstractFactoryRegistry- Parameters:
factory- SeeAbstractFactoryRegistry.register(DeployableFactory)
-
register
protected void register(ContainerCapabilityFactory factory)
SeeAbstractFactoryRegistry.register(DeployableFactory)for the semantics.- Specified by:
registerin classAbstractFactoryRegistry- Parameters:
factory- SeeAbstractFactoryRegistry.register(DeployableFactory)
-
-