A C D E F G H I O P R S T

A

AbstractGenericHintFactory - Class in org.codehaus.cargo.generic.spi
Factory implementation that registers implementation classes under a given key of type RegistrationKey.
AbstractGenericHintFactory() - Constructor for class org.codehaus.cargo.generic.spi.AbstractGenericHintFactory
Place to register default configurations.
AbstractGenericHintFactory.GenericParameters - Interface in org.codehaus.cargo.generic.spi
Generic class to be extended by implementors of AbstractGenericHintFactory in order to provide possible additional parameters.
AbstractIntrospectionGenericHintFactory - Class in org.codehaus.cargo.generic.spi
Extension to AbstractGenericHintFactory that registers and creates instances from implementation classes specified as String, using introspection.
AbstractIntrospectionGenericHintFactory() - Constructor for class org.codehaus.cargo.generic.spi.AbstractIntrospectionGenericHintFactory
 

C

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
Create a ConfigurationCapability instance for a given container.
createConfigurationCapability(String, ContainerType, ConfigurationType) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Create a ConfigurationCapability instance for a given container.
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
Create a ContainerCapability instance.
createContainerCapability(String) - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Create a ContainerCapability instance.
createDeployable(String, String, DeployableType) - Method in class org.codehaus.cargo.generic.deployable.DefaultDeployableFactory
createDeployable(String, String, DeployableType) - Method in interface org.codehaus.cargo.generic.deployable.DeployableFactory
 
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, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Create an implementation class instance.
createInstance(Constructor, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Create an implementation class instance.
createInstance(Constructor, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Create an implementation class instance.
createInstance(Constructor, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
Create an implementation class instance.
createInstance(Constructor, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.deployable.DefaultDeployableFactory
Create an implementation class instance.
createInstance(Constructor, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Create an implementation class instance.
createInstance(Constructor, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.packager.DefaultPackagerFactory
Create an implementation class instance.
createInstance(Constructor, 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.

D

DefaultConfigurationCapabilityFactory - Class in org.codehaus.cargo.generic.configuration
Default implementation of ConfigurationCapabilityFactory.
DefaultConfigurationCapabilityFactory() - Constructor for class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Initialize configuration capability name mappings with container ids and configuration types.
DefaultConfigurationFactory - Class in org.codehaus.cargo.generic.configuration
Default ConfigurationFactory implementation that has all the known container configurations registered against their containers.
DefaultConfigurationFactory() - Constructor for class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Register default configurations.
DefaultContainerCapabilityFactory - Class in org.codehaus.cargo.generic
Default implementation of ContainerCapabilityFactory.
DefaultContainerCapabilityFactory() - Constructor for class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Initialize container capability name mappings with container ids.
DefaultContainerFactory - Class in org.codehaus.cargo.generic
Default implementation of ContainerFactory.
DefaultContainerFactory() - Constructor for class org.codehaus.cargo.generic.DefaultContainerFactory
Initialize container name mappings with container ids.
DefaultDeployableFactory - Class in org.codehaus.cargo.generic.deployable
Default deployable factory that returns deployables for a given container.
DefaultDeployableFactory() - Constructor for class org.codehaus.cargo.generic.deployable.DefaultDeployableFactory
Register deployable classes mappings.
DefaultDeployerFactory - Class in org.codehaus.cargo.generic.deployer
Default DeployerFactory implementation that has all the known container deployers registered against their containers.
DefaultDeployerFactory() - Constructor for class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Register default deployers.
DefaultPackagerFactory - Class in org.codehaus.cargo.generic.packager
Default PackagerFactory implementation that has all the known container packagers registered against their containers.
DefaultPackagerFactory() - Constructor for class org.codehaus.cargo.generic.packager.DefaultPackagerFactory
Register default deployers.
DeployableFactory - Interface in org.codehaus.cargo.generic.deployable
Factory to create Deployable instances.
DeployerFactory - Interface in org.codehaus.cargo.generic.deployer
Create a Deployer knowing the container to which it is attached and the deployer type.

E

equals(Object) - Method in class org.codehaus.cargo.generic.internal.util.FullContainerIdentity
Differentiate two identities.
equals(Object) - Method in class org.codehaus.cargo.generic.internal.util.RegistrationKey
Differentiate two keys.
equals(Object) - Method in class org.codehaus.cargo.generic.internal.util.SimpleContainerIdentity
Differentiate two identities.

F

FullContainerIdentity - Class in org.codehaus.cargo.generic.internal.util
Represents a container identified by its id and type.
FullContainerIdentity(String, ContainerType) - Constructor for class org.codehaus.cargo.generic.internal.util.FullContainerIdentity
 

G

getConfigurationClass(String, ContainerType, ConfigurationType) - Method in interface org.codehaus.cargo.generic.configuration.ConfigurationFactory
 
getConfigurationClass(String, ContainerType, ConfigurationType) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
getConstructor(Class, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Create a constructor.
getConstructor(Class, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Create a constructor.
getConstructor(Class, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Create a constructor.
getConstructor(Class, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
Create a constructor.
getConstructor(Class, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.deployable.DefaultDeployableFactory
Create a constructor.
getConstructor(Class, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Create a constructor.
getConstructor(Class, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.packager.DefaultPackagerFactory
Create a constructor.
getConstructor(Class, String, AbstractGenericHintFactory.GenericParameters) - Method in class org.codehaus.cargo.generic.spi.AbstractGenericHintFactory
Create a constructor.
getContainerClass(String, ContainerType) - Method in interface org.codehaus.cargo.generic.ContainerFactory
 
getContainerClass(String, ContainerType) - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
getContainerIdentity() - Method in class org.codehaus.cargo.generic.internal.util.RegistrationKey
 
getContainerIds() - Method in interface org.codehaus.cargo.generic.ContainerFactory
 
getContainerIds() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
getDeployerClass(String, DeployerType) - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
getDeployerClass(String, DeployerType) - Method in interface org.codehaus.cargo.generic.deployer.DeployerFactory
 
getHint() - Method in class org.codehaus.cargo.generic.internal.util.RegistrationKey
 
getId() - Method in class org.codehaus.cargo.generic.internal.util.SimpleContainerIdentity
 
getMapping(RegistrationKey) - Method in class org.codehaus.cargo.generic.spi.AbstractGenericHintFactory
 
getMappings() - Method in class org.codehaus.cargo.generic.spi.AbstractGenericHintFactory
 
getType() - Method in class org.codehaus.cargo.generic.internal.util.FullContainerIdentity
 

H

hashCode() - Method in class org.codehaus.cargo.generic.internal.util.FullContainerIdentity
Allows quick verification to check is two identities are different.
hashCode() - Method in class org.codehaus.cargo.generic.internal.util.RegistrationKey
Allows quick verification to check is two keys are different.
hashCode() - Method in class org.codehaus.cargo.generic.internal.util.SimpleContainerIdentity
Allows quick verification to check is two identities are different.
hasMapping(RegistrationKey) - Method in class org.codehaus.cargo.generic.spi.AbstractGenericHintFactory
 

I

isConfigurationRegistered(String, ContainerType, ConfigurationType) - Method in interface org.codehaus.cargo.generic.configuration.ConfigurationFactory
 
isConfigurationRegistered(String, ContainerType, ConfigurationType) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
isContainerRegistered(String, ContainerType) - Method in interface org.codehaus.cargo.generic.ContainerFactory
 
isContainerRegistered(String, ContainerType) - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
isDeployableRegistered(String, DeployableType) - Method in class org.codehaus.cargo.generic.deployable.DefaultDeployableFactory
isDeployableRegistered(String, DeployableType) - Method in interface org.codehaus.cargo.generic.deployable.DeployableFactory
 
isDeployerRegistered(String, DeployerType) - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
isDeployerRegistered(String, DeployerType) - Method in interface org.codehaus.cargo.generic.deployer.DeployerFactory
 
isPackagerRegistered(String, PackagerType) - Method in class org.codehaus.cargo.generic.packager.DefaultPackagerFactory
isPackagerRegistered(String, PackagerType) - Method in interface org.codehaus.cargo.generic.packager.PackagerFactory
 

O

org.codehaus.cargo.generic - package org.codehaus.cargo.generic
 
org.codehaus.cargo.generic.configuration - package org.codehaus.cargo.generic.configuration
 
org.codehaus.cargo.generic.deployable - package org.codehaus.cargo.generic.deployable
 
org.codehaus.cargo.generic.deployer - package org.codehaus.cargo.generic.deployer
 
org.codehaus.cargo.generic.internal.util - package org.codehaus.cargo.generic.internal.util
 
org.codehaus.cargo.generic.packager - package org.codehaus.cargo.generic.packager
 
org.codehaus.cargo.generic.spi - package org.codehaus.cargo.generic.spi
 

P

PackagerFactory - Interface in org.codehaus.cargo.generic.packager
Create a Packager instance for a given container.

R

registerConfiguration(String, ContainerType, ConfigurationType, Class) - Method in interface org.codehaus.cargo.generic.configuration.ConfigurationFactory
Registers a configuration implementation.
registerConfiguration(String, ContainerType, ConfigurationType, Class) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Registers a configuration implementation.
registerConfiguration(String, ContainerType, ConfigurationType, String) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
Registers a configuration using a class specified as a String.
registerConfigurationCapability(String, ContainerType, ConfigurationType, Class) - Method in interface org.codehaus.cargo.generic.configuration.ConfigurationCapabilityFactory
 
registerConfigurationCapability(String, ContainerType, ConfigurationType, Class) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
registerConfigurationCapability(String, ContainerType, ConfigurationType, String) - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
Registers a configuration capability using a class specified as a String.
registerContainer(String, ContainerType, Class) - Method in interface org.codehaus.cargo.generic.ContainerFactory
 
registerContainer(String, ContainerType, Class) - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
registerContainer(String, ContainerType, String) - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
Registers a container using a class specified as a String.
registerContainerCapability(String, Class) - Method in interface org.codehaus.cargo.generic.ContainerCapabilityFactory
 
registerContainerCapability(String, Class) - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
registerContainerCapability(String, String) - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
Registers a container capability using a class specified as a String.
registerDeployable(String, DeployableType, Class) - Method in class org.codehaus.cargo.generic.deployable.DefaultDeployableFactory
Registers a deployable implementation against a container.
registerDeployable(String, DeployableType, String) - Method in class org.codehaus.cargo.generic.deployable.DefaultDeployableFactory
Registers a deployable using a class specified as a String.
registerDeployable(String, DeployableType, Class) - Method in interface org.codehaus.cargo.generic.deployable.DeployableFactory
Registers a deployable implementation against a container.
registerDeployer(String, DeployerType, Class) - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Registers a Deployer implementation.
registerDeployer(String, DeployerType, String) - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
Registers a deployer using a class specified as a String.
registerDeployer(String, DeployerType, Class) - Method in interface org.codehaus.cargo.generic.deployer.DeployerFactory
Registers a Deployer implementation.
registerImplementation(RegistrationKey, Class) - Method in class org.codehaus.cargo.generic.spi.AbstractGenericHintFactory
Register an implementation class for a given key.
registerImplementation(RegistrationKey, String) - Method in class org.codehaus.cargo.generic.spi.AbstractIntrospectionGenericHintFactory
Allow registering container objects using introspection so that at build time and runtime the user can handpick the container implementation jars that he want to use.
registerPackager(String, PackagerType, Class) - Method in class org.codehaus.cargo.generic.packager.DefaultPackagerFactory
Registers a Packager implementation.
registerPackager(String, PackagerType, String) - Method in class org.codehaus.cargo.generic.packager.DefaultPackagerFactory
Registers a packager using a class specified as a String.
registerPackager(String, PackagerType, Class) - Method in interface org.codehaus.cargo.generic.packager.PackagerFactory
Registers a Packager implementation.
RegistrationKey - Class in org.codehaus.cargo.generic.internal.util
A key used to register Cargo object implementation classes (configurations, deployables, deployers, etc) against containers.
RegistrationKey(ContainerIdentity, String) - Constructor for class org.codehaus.cargo.generic.internal.util.RegistrationKey
 

S

SimpleContainerIdentity - Class in org.codehaus.cargo.generic.internal.util
Represents a container identified only by its id.
SimpleContainerIdentity(String) - Constructor for class org.codehaus.cargo.generic.internal.util.SimpleContainerIdentity
 

T

toString() - Method in class org.codehaus.cargo.generic.internal.util.FullContainerIdentity
toString(String) - Method in class org.codehaus.cargo.generic.internal.util.RegistrationKey
toString() - Method in class org.codehaus.cargo.generic.internal.util.SimpleContainerIdentity

A C D E F G H I O P R S T

Copyright © 2004-2010 Codehaus. All Rights Reserved.