Uses of Interface
org.codehaus.cargo.generic.spi.AbstractGenericHintFactory.GenericParameters
-
-
Uses of AbstractGenericHintFactory.GenericParameters in org.codehaus.cargo.generic
Methods in org.codehaus.cargo.generic with parameters of type AbstractGenericHintFactory.GenericParameters Modifier and Type Method Description protected ContainerCapability
DefaultContainerCapabilityFactory. createInstance(Constructor<? extends ContainerCapability> constructor, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create an implementation class instance.protected Container
DefaultContainerFactory. createInstance(Constructor<? extends Container> constructor, String containerType, AbstractGenericHintFactory.GenericParameters parameters)
Create an implementation class instance.protected Constructor<? extends ContainerCapability>
DefaultContainerCapabilityFactory. getConstructor(Class<? extends ContainerCapability> containerCapabilityClass, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create a constructor.protected Constructor<? extends Container>
DefaultContainerFactory. getConstructor(Class<? extends Container> containerClass, String containerType, AbstractGenericHintFactory.GenericParameters parameters)
Create a constructor. -
Uses of AbstractGenericHintFactory.GenericParameters in org.codehaus.cargo.generic.configuration
Methods in org.codehaus.cargo.generic.configuration with parameters of type AbstractGenericHintFactory.GenericParameters Modifier and Type Method Description protected ConfigurationCapability
DefaultConfigurationCapabilityFactory. createInstance(Constructor<? extends ConfigurationCapability> constructor, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create an implementation class instance.protected Configuration
DefaultConfigurationFactory. createInstance(Constructor<? extends Configuration> constructor, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create an implementation class instance.protected Constructor<? extends ConfigurationCapability>
DefaultConfigurationCapabilityFactory. getConstructor(Class<? extends ConfigurationCapability> configurationCapabilityClass, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create a constructor.protected Constructor<? extends Configuration>
DefaultConfigurationFactory. getConstructor(Class<? extends Configuration> configurationClass, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create a constructor. -
Uses of AbstractGenericHintFactory.GenericParameters in org.codehaus.cargo.generic.deployable
Methods in org.codehaus.cargo.generic.deployable with parameters of type AbstractGenericHintFactory.GenericParameters Modifier and Type Method Description protected Deployable
DefaultDeployableFactory. createInstance(Constructor<? extends Deployable> constructor, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create an implementation class instance.protected Constructor<? extends Deployable>
DefaultDeployableFactory. getConstructor(Class<? extends Deployable> deployableClass, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create a constructor. -
Uses of AbstractGenericHintFactory.GenericParameters in org.codehaus.cargo.generic.deployer
Methods in org.codehaus.cargo.generic.deployer with parameters of type AbstractGenericHintFactory.GenericParameters Modifier and Type Method Description protected Deployer
DefaultDeployerFactory. createInstance(Constructor<? extends Deployer> constructor, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create an implementation class instance.protected Constructor<? extends Deployer>
DefaultDeployerFactory. getConstructor(Class<? extends Deployer> deployerClass, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create a constructor. -
Uses of AbstractGenericHintFactory.GenericParameters in org.codehaus.cargo.generic.packager
Methods in org.codehaus.cargo.generic.packager with parameters of type AbstractGenericHintFactory.GenericParameters Modifier and Type Method Description protected Packager
DefaultPackagerFactory. createInstance(Constructor<? extends Packager> constructor, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create an implementation class instance.protected Constructor<? extends Packager>
DefaultPackagerFactory. getConstructor(Class<? extends Packager> deployerClass, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create a constructor. -
Uses of AbstractGenericHintFactory.GenericParameters in org.codehaus.cargo.generic.spi
Methods in org.codehaus.cargo.generic.spi with parameters of type AbstractGenericHintFactory.GenericParameters Modifier and Type Method Description protected T
AbstractGenericHintFactory. createImplementation(RegistrationKey key, AbstractGenericHintFactory.GenericParameters parameters, String implementationConceptName)
Generic method to create an implementation based on the registered implementation classes.protected T
AbstractIntrospectionGenericHintFactory. createImplementation(RegistrationKey key, AbstractGenericHintFactory.GenericParameters parameters, String implementationConceptName)
Generic method to create an implementation based on the registered implementation classes.protected abstract T
AbstractGenericHintFactory. createInstance(Constructor<? extends T> constructor, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create an implementation class instance.protected abstract Constructor<? extends T>
AbstractGenericHintFactory. getConstructor(Class<? extends T> implementationClass, String hint, AbstractGenericHintFactory.GenericParameters parameters)
Create a constructor.
-