- ConfigurationCapabilityFactory - Interface in org.codehaus.cargo.generic.configuration
-
Allow finding a Configuration's capability for a given container identified by its id and its
type.
- ConfigurationFactory - Interface in org.codehaus.cargo.generic.configuration
-
Create a
Configuration knowing the container to which it is attached to and the
configuration type.
- ContainerCapabilityFactory - Interface in org.codehaus.cargo.generic
-
Allow finding a Container's capability by container id.
- ContainerFactory - Interface in org.codehaus.cargo.generic
-
Allow instantiating a container by id (e.g.
- ContainerIdentity - Interface in org.codehaus.cargo.generic.internal.util
-
Represents a container identity.
- createConfiguration(String, ContainerType, ConfigurationType) - Method in interface org.codehaus.cargo.generic.configuration.ConfigurationFactory
-
Create a configuration instance matching the specified container and type.
- createConfiguration(String, ContainerType, ConfigurationType, String) - Method in interface org.codehaus.cargo.generic.configuration.ConfigurationFactory
-
Create a configuration instance matching the specified container and type.
- createConfiguration(String, ContainerType, ConfigurationType) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
-
Create a configuration instance matching the specified container and type.
- createConfiguration(String, ContainerType, ConfigurationType, String) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
-
Create a configuration instance matching the specified container and type.
- createConfigurationCapability(String, ContainerType, ConfigurationType) - Method in interface org.codehaus.cargo.generic.configuration.ConfigurationCapabilityFactory
-
- createConfigurationCapability(String, ContainerType, ConfigurationType) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
-
- createContainer(String, ContainerType, Configuration) - Method in interface org.codehaus.cargo.generic.ContainerFactory
-
Create a container instance instantiated using the specified configuration.
- createContainer(String, ContainerType, Configuration) - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
-
Create a container instance instantiated using the specified configuration.
- createContainerCapability(String) - Method in interface org.codehaus.cargo.generic.ContainerCapabilityFactory
-
- createContainerCapability(String) - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
-
- createDeployable(String, String, DeployableType) - Method in class org.codehaus.cargo.generic.deployable.DefaultDeployableFactory
-
Creates an Deployable instance, wrapping a file or a directory.
- createDeployable(String, String, DeployableType) - Method in interface org.codehaus.cargo.generic.deployable.DeployableFactory
-
Creates an Deployable instance, wrapping a file or a directory.
- createDeployer(Container, DeployerType) - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
-
Create a
Deployer instance matching the specified container and type.
- createDeployer(Container) - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
-
Create a
Deployer instance whose type matches the container's type.
- createDeployer(Container, DeployerType) - Method in interface org.codehaus.cargo.generic.deployer.DeployerFactory
-
Create a
Deployer instance matching the specified container and type.
- createDeployer(Container) - Method in interface org.codehaus.cargo.generic.deployer.DeployerFactory
-
Create a
Deployer instance whose type matches the container's type.
- createImplementation(RegistrationKey, AbstractGenericHintFactory.GenericParameters, String) - Method in class org.codehaus.cargo.generic.spi.AbstractGenericHintFactory
-
Generic method to create an implementation based on the registered implementation classes.
- createImplementation(RegistrationKey, AbstractGenericHintFactory.GenericParameters, String) - Method in class org.codehaus.cargo.generic.spi.AbstractIntrospectionGenericHintFactory
-
Generic method to create an implementation based on the registered implementation classes.
- createInstance(Constructor<? extends ConfigurationCapability>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
-
Create an implementation class instance.
- createInstance(Constructor<? extends Configuration>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
-
Create an implementation class instance.
- createInstance(Constructor<? extends ContainerCapability>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
-
Create an implementation class instance.
- createInstance(Constructor<? extends Container>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
-
Create an implementation class instance.
- createInstance(Constructor<? extends Deployable>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.deployable.DefaultDeployableFactory
-
Create an implementation class instance.
- createInstance(Constructor<? extends Deployer>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
-
Create an implementation class instance.
- createInstance(Constructor<? extends Packager>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.packager.DefaultPackagerFactory
-
Create an implementation class instance.
- createInstance(Constructor<? extends T>, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.spi.AbstractGenericHintFactory
-
Create an implementation class instance.
- createPackager(String, PackagerType, String) - Method in class org.codehaus.cargo.generic.packager.DefaultPackagerFactory
-
Create a
Packager instance matching the
specified container id.
- createPackager(String, PackagerType, String) - Method in interface org.codehaus.cargo.generic.packager.PackagerFactory
-
Create a
Packager instance matching the
specified container id.