org.mule.tools.cargo.container
Class MuleFactoryRegistry

java.lang.Object
  extended by org.codehaus.cargo.generic.AbstractFactoryRegistry
      extended by org.mule.tools.cargo.container.MuleFactoryRegistry

public class MuleFactoryRegistry
extends org.codehaus.cargo.generic.AbstractFactoryRegistry

Registers Mule support into default factories.


Constructor Summary
MuleFactoryRegistry()
           
 
Method Summary
protected  void register(org.codehaus.cargo.generic.configuration.ConfigurationCapabilityFactory factory)
          Register configuration capabilities.
protected  void register(org.codehaus.cargo.generic.configuration.ConfigurationFactory factory)
          Register configuration factories.
protected  void register(org.codehaus.cargo.generic.ContainerCapabilityFactory factory)
          Register container capabilities.
protected  void register(org.codehaus.cargo.generic.ContainerFactory factory)
          Register container.
protected  void register(org.codehaus.cargo.generic.deployable.DeployableFactory factory)
          Register deployable factory.
protected  void register(org.codehaus.cargo.generic.deployer.DeployerFactory factory)
          Register deployer.
protected  void register(org.codehaus.cargo.generic.packager.PackagerFactory factory)
          Register packager.
 
Methods inherited from class org.codehaus.cargo.generic.AbstractFactoryRegistry
register, register, register, register, register, register, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleFactoryRegistry

public MuleFactoryRegistry()
Method Detail

register

protected void register(org.codehaus.cargo.generic.deployable.DeployableFactory factory)
Register deployable factory.

Specified by:
register in class org.codehaus.cargo.generic.AbstractFactoryRegistry
Parameters:
factory - Factory on which to register.

register

protected void register(org.codehaus.cargo.generic.configuration.ConfigurationCapabilityFactory factory)
Register configuration capabilities.

Specified by:
register in class org.codehaus.cargo.generic.AbstractFactoryRegistry
Parameters:
factory - Factory on which to register.

register

protected void register(org.codehaus.cargo.generic.configuration.ConfigurationFactory factory)
Register configuration factories.

Specified by:
register in class org.codehaus.cargo.generic.AbstractFactoryRegistry
Parameters:
factory - Factory on which to register.

register

protected void register(org.codehaus.cargo.generic.deployer.DeployerFactory factory)
Register deployer.

Specified by:
register in class org.codehaus.cargo.generic.AbstractFactoryRegistry
Parameters:
factory - Factory on which to register.

register

protected void register(org.codehaus.cargo.generic.packager.PackagerFactory factory)
Register packager. Doesn't register anything.

Specified by:
register in class org.codehaus.cargo.generic.AbstractFactoryRegistry
Parameters:
factory - Factory on which to register.

register

protected void register(org.codehaus.cargo.generic.ContainerFactory factory)
Register container.

Specified by:
register in class org.codehaus.cargo.generic.AbstractFactoryRegistry
Parameters:
factory - Factory on which to register.

register

protected void register(org.codehaus.cargo.generic.ContainerCapabilityFactory factory)
Register container capabilities.

Specified by:
register in class org.codehaus.cargo.generic.AbstractFactoryRegistry
Parameters:
factory - Factory on which to register.


Copyright © 2011. All Rights Reserved.