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 ContainerCapabilityDefaultContainerCapabilityFactory. createInstance(Constructor<? extends ContainerCapability> constructor, String hint, AbstractGenericHintFactory.GenericParameters parameters)Create an implementation class instance.protected ContainerDefaultContainerFactory. 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 ConfigurationCapabilityDefaultConfigurationCapabilityFactory. createInstance(Constructor<? extends ConfigurationCapability> constructor, String hint, AbstractGenericHintFactory.GenericParameters parameters)Create an implementation class instance.protected ConfigurationDefaultConfigurationFactory. 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 DeployableDefaultDeployableFactory. 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 DeployerDefaultDeployerFactory. 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 PackagerDefaultPackagerFactory. 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 TAbstractGenericHintFactory. createImplementation(RegistrationKey key, AbstractGenericHintFactory.GenericParameters parameters, String implementationConceptName)Generic method to create an implementation based on the registered implementation classes.protected TAbstractIntrospectionGenericHintFactory. createImplementation(RegistrationKey key, AbstractGenericHintFactory.GenericParameters parameters, String implementationConceptName)Generic method to create an implementation based on the registered implementation classes.protected abstract TAbstractGenericHintFactory. 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.
-