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 classDefaultContainerCapabilityFactoryDefault implementation ofContainerCapabilityFactory.classDefaultContainerFactoryDefault 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 classDefaultConfigurationCapabilityFactoryDefault implementation ofConfigurationCapabilityFactory.classDefaultConfigurationFactoryDefaultConfigurationFactoryimplementation 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 classDefaultDeployableFactoryDefault 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 classDefaultDeployerFactoryDefaultDeployerFactoryimplementation 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 classDefaultPackagerFactoryDefaultPackagerFactoryimplementation 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 classAbstractIntrospectionGenericHintFactory<T>Extension toAbstractGenericHintFactorythat registers and creates instances from implementation classes specified as String, using introspection.
-