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 void
register(ConfigurationCapabilityFactory factory)
SeeAbstractFactoryRegistry.register(DeployableFactory)
for the semantics.protected void
register(ConfigurationFactory factory)
SeeAbstractFactoryRegistry.register(DeployableFactory)
for the semantics.protected void
register(ContainerCapabilityFactory factory)
SeeAbstractFactoryRegistry.register(DeployableFactory)
for the semantics.protected void
register(ContainerFactory factory)
SeeAbstractFactoryRegistry.register(DeployableFactory)
for the semantics.protected void
register(DeployableFactory factory)
RegistersDeployable
implementations to the givenDeployableFactory
.protected void
register(DeployerFactory factory)
SeeAbstractFactoryRegistry.register(DeployableFactory)
for the semantics.protected void
register(PackagerFactory factory)
SeeAbstractFactoryRegistry.register(DeployableFactory)
for the semantics.
-
-
-
Method Detail
-
register
protected void register(DeployableFactory factory)
RegistersDeployable
implementations to the givenDeployableFactory
.- Specified by:
register
in classAbstractFactoryRegistry
- Parameters:
factory
- SeeAbstractFactoryRegistry.register(ClassLoader, DeployableFactory)
-
register
protected void register(ConfigurationCapabilityFactory factory)
SeeAbstractFactoryRegistry.register(DeployableFactory)
for the semantics.- Specified by:
register
in classAbstractFactoryRegistry
- Parameters:
factory
- SeeAbstractFactoryRegistry.register(DeployableFactory)
-
register
protected void register(ConfigurationFactory factory)
SeeAbstractFactoryRegistry.register(DeployableFactory)
for the semantics.- Specified by:
register
in classAbstractFactoryRegistry
- Parameters:
factory
- SeeAbstractFactoryRegistry.register(DeployableFactory)
-
register
protected void register(DeployerFactory factory)
SeeAbstractFactoryRegistry.register(DeployableFactory)
for the semantics.- Specified by:
register
in classAbstractFactoryRegistry
- Parameters:
factory
- SeeAbstractFactoryRegistry.register(DeployableFactory)
-
register
protected void register(PackagerFactory factory)
SeeAbstractFactoryRegistry.register(DeployableFactory)
for the semantics.- Specified by:
register
in classAbstractFactoryRegistry
- Parameters:
factory
- SeeAbstractFactoryRegistry.register(DeployableFactory)
-
register
protected void register(ContainerFactory factory)
SeeAbstractFactoryRegistry.register(DeployableFactory)
for the semantics.- Specified by:
register
in classAbstractFactoryRegistry
- Parameters:
factory
- SeeAbstractFactoryRegistry.register(DeployableFactory)
-
register
protected void register(ContainerCapabilityFactory factory)
SeeAbstractFactoryRegistry.register(DeployableFactory)
for the semantics.- Specified by:
register
in classAbstractFactoryRegistry
- Parameters:
factory
- SeeAbstractFactoryRegistry.register(DeployableFactory)
-
-