Uses of Class
org.codehaus.cargo.generic.spi.AbstractGenericHintFactory

Packages that use AbstractGenericHintFactory
org.codehaus.cargo.generic   
org.codehaus.cargo.generic.configuration   
org.codehaus.cargo.generic.deployable   
org.codehaus.cargo.generic.deployer   
org.codehaus.cargo.generic.packager   
org.codehaus.cargo.generic.spi   
 

Uses of AbstractGenericHintFactory in org.codehaus.cargo.generic
 

Subclasses of AbstractGenericHintFactory in org.codehaus.cargo.generic
 class DefaultContainerCapabilityFactory
          Default implementation of ContainerCapabilityFactory.
 class DefaultContainerFactory
          Default implementation of ContainerFactory.
 

Uses of AbstractGenericHintFactory in org.codehaus.cargo.generic.configuration
 

Subclasses of AbstractGenericHintFactory in org.codehaus.cargo.generic.configuration
 class DefaultConfigurationCapabilityFactory
          Default implementation of ConfigurationCapabilityFactory.
 class DefaultConfigurationFactory
          Default ConfigurationFactory implementation that has all the known container configurations registered against their containers.
 

Uses of AbstractGenericHintFactory in org.codehaus.cargo.generic.deployable
 

Subclasses of AbstractGenericHintFactory in org.codehaus.cargo.generic.deployable
 class DefaultDeployableFactory
          Default deployable factory that returns deployables for a given container.
 

Uses of AbstractGenericHintFactory in org.codehaus.cargo.generic.deployer
 

Subclasses of AbstractGenericHintFactory in org.codehaus.cargo.generic.deployer
 class DefaultDeployerFactory
          Default DeployerFactory implementation that has all the known container deployers registered against their containers.
 

Uses of AbstractGenericHintFactory in org.codehaus.cargo.generic.packager
 

Subclasses of AbstractGenericHintFactory in org.codehaus.cargo.generic.packager
 class DefaultPackagerFactory
          Default PackagerFactory implementation that has all the known container packagers registered against their containers.
 

Uses of AbstractGenericHintFactory in org.codehaus.cargo.generic.spi
 

Subclasses of AbstractGenericHintFactory in org.codehaus.cargo.generic.spi
 class AbstractIntrospectionGenericHintFactory
          Extension to AbstractGenericHintFactory that registers and creates instances from implementation classes specified as String, using introspection.
 



Copyright © 2004-2007 Codehaus. All Rights Reserved.