Uses of Class
org.codehaus.cargo.generic.spi.AbstractGenericHintFactory
-
-
Uses of AbstractGenericHintFactory in org.codehaus.cargo.generic
Subclasses of AbstractGenericHintFactory in org.codehaus.cargo.generic Modifier and Type Class Description class
DefaultContainerCapabilityFactory
Default implementation ofContainerCapabilityFactory
.class
DefaultContainerFactory
Default implementation ofContainerFactory
. -
Uses of AbstractGenericHintFactory in org.codehaus.cargo.generic.configuration
Subclasses of AbstractGenericHintFactory in org.codehaus.cargo.generic.configuration Modifier and Type Class Description class
DefaultConfigurationCapabilityFactory
Default implementation ofConfigurationCapabilityFactory
.class
DefaultConfigurationFactory
DefaultConfigurationFactory
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 Modifier and Type Class Description 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 Modifier and Type Class Description class
DefaultDeployerFactory
DefaultDeployerFactory
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 Modifier and Type Class Description class
DefaultPackagerFactory
DefaultPackagerFactory
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 Modifier and Type Class Description class
AbstractIntrospectionGenericHintFactory<T>
Extension toAbstractGenericHintFactory
that registers and creates instances from implementation classes specified as String, using introspection.
-