- 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
- 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.
- register(ClassLoader, DeployableFactory) - Static method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
-
- register(ClassLoader, ConfigurationFactory) - Static method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
-
- register(ClassLoader, ConfigurationCapabilityFactory) - Static method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
-
- register(ClassLoader, DeployerFactory) - Static method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
-
- register(ClassLoader, PackagerFactory) - Static method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
-
- register(ClassLoader, ContainerFactory) - Static method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
-
- register(ClassLoader, ContainerCapabilityFactory) - Static method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
-
- register(DeployableFactory) - Method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
-
- register(ConfigurationCapabilityFactory) - Method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
-
- register(ConfigurationFactory) - Method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
-
- register(DeployerFactory) - Method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
-
- register(PackagerFactory) - Method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
-
- register(ContainerFactory) - Method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
-
- register(ContainerCapabilityFactory) - Method in class org.codehaus.cargo.generic.AbstractFactoryRegistry
-
- 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
-
- 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
-
- registerGeronimo() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
-
Register Apache Geronimo
- registerGeronimo() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
-
Register Apache Geronimo
- registerGeronimo() - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
-
Register Apache Geronimo
- registerGeronimo() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
-
Register Apache Geronimo
- registerGeronimo() - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
-
Register Apache Geronimo
- 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.
- registerJBoss() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
-
Register JBoss
- registerJBoss() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
-
Register JBoss
- registerJBoss() - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
-
Register JBoss
- registerJBoss() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
-
Register JBoss
- registerJBoss() - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
-
Register JBoss
- registerJetty() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
-
Register Jetty
- registerJetty() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
-
Register Jetty
- registerJetty() - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
-
Register Jetty
- registerJetty() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
-
Register Jetty
- registerJetty() - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
-
Register Jetty
- registerJO() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
-
Register JO!
- registerJO() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
-
Register JO!
- registerJO() - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
-
Register JO!
- registerJO() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
-
Register JO!
- registerJO() - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
-
Register JO!
- registerJOnAS() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
-
Register OW2 JOnAS
- registerJOnAS() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
-
Register OW2 JOnAS
- registerJOnAS() - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
-
Register OW2 JOnAS
- registerJOnAS() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
-
Register OW2 JOnAS
- registerJOnAS() - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
-
Register OW2 JOnAS
- registerJRun() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
-
Register JRun
- registerJRun() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
-
Register JRun
- registerJRun() - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
-
Register JRun
- registerJRun() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
-
Register JRun
- registerJRun() - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
-
Register JRun
- registerOrion() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
-
Register Orion
- registerOrion() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
-
Register Orion
- registerOrion() - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
-
Register Orion
- registerOrion() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
-
Register Orion
- registerOrion() - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
-
Register Orion
- registerPackager(String, PackagerType, Class) - Method in class org.codehaus.cargo.generic.packager.DefaultPackagerFactory
-
- 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
-
- registerResin() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
-
Register Resin
- registerResin() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
-
Register Resin
- registerResin() - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
-
Register Resin
- registerResin() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
-
Register Resin
- registerResin() - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
-
Register Resin
- registerTomcat() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
-
Register Tomcat
- registerTomcat() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
-
Register Tomcat
- registerTomcat() - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
-
Register Tomcat
- registerTomcat() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
-
Register Tomcat
- registerTomcat() - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
-
Register Tomcat
- registerWeblogic() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationCapabilityFactory
-
Register BEA/Oracle Weblogic
- registerWeblogic() - Method in class org.codehaus.cargo.generic.configuration.DefaultConfigurationFactory
-
Register BEA/Oracle Weblogic
- registerWeblogic() - Method in class org.codehaus.cargo.generic.DefaultContainerCapabilityFactory
-
Register BEA/Oracle Weblogic
- registerWeblogic() - Method in class org.codehaus.cargo.generic.DefaultContainerFactory
-
Register BEA/Oracle Weblogic
- registerWeblogic() - Method in class org.codehaus.cargo.generic.deployer.DefaultDeployerFactory
-
Register BEA/Oracle Weblogic
- 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
-