A C D E F G H I J L M O P R S T U W Z 

A

AbstractCargoMojo - Class in org.codehaus.cargo.maven2
Common code used by Cargo MOJOs requiring <container> and <configuration> elements and supporting the notion of Auto-deployable.
AbstractCargoMojo() - Constructor for class org.codehaus.cargo.maven2.AbstractCargoMojo
 
AbstractCommonMojo - Class in org.codehaus.cargo.maven2
Common MOJO providing an accessor to the Maven Project object (this is the object containing all information contained in the POM on which the MOJO is called).
AbstractCommonMojo() - Constructor for class org.codehaus.cargo.maven2.AbstractCommonMojo
 
AbstractDaemonMojo - Class in org.codehaus.cargo.maven2
Common mojo for all daemon actions (start deployable, stop deployable).
AbstractDaemonMojo() - Constructor for class org.codehaus.cargo.maven2.AbstractDaemonMojo
 
AbstractDependency - Class in org.codehaus.cargo.maven2.configuration
Common field and method to Dependency and Deployable.
AbstractDependency() - Constructor for class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
AbstractDeployerMojo - Class in org.codehaus.cargo.maven2
Common mojo for all deployer actions (start deployable, stop deployable, deploy deployable, undeploy deployable, etc).
AbstractDeployerMojo() - Constructor for class org.codehaus.cargo.maven2.AbstractDeployerMojo
 
AbstractDeployerMojo.DeployerListener - Class in org.codehaus.cargo.maven2
DeployableMonitorListener that logs.
AbstractDeployerMojo.DeployerListener(Deployable) - Constructor for class org.codehaus.cargo.maven2.AbstractDeployerMojo.DeployerListener
Saves all attributes.
AbstractUberWarMojo - Class in org.codehaus.cargo.maven2
Common mojo for Uberjar.
AbstractUberWarMojo() - Constructor for class org.codehaus.cargo.maven2.AbstractUberWarMojo
 
addAllDependentJars(WarArchiveMerger) - Method in class org.codehaus.cargo.maven2.UberWarMojo
Add all the JAR files specified into the merge - these will appear in the WEB-INF/lib directory.
addAllTransitiveJars(WarArchiveMerger) - Method in class org.codehaus.cargo.maven2.UberWarMojo
Add all JAR files into the WAR file, calculated transitively and resolved in the normal 'maven' way (I.E if 2 war files contain different versions, resolve to using only *1* version).
addAllWars(WarArchiveMerger) - Method in class org.codehaus.cargo.maven2.UberWarMojo
Add all WARs from a merger.
addMerge(Merge) - Method in class org.codehaus.cargo.maven2.MergeRoot
Method addMerge.
addWar(String) - Method in class org.codehaus.cargo.maven2.MergeRoot
Method addWar.
addWar(WarArchiveMerger, String) - Method in class org.codehaus.cargo.maven2.UberWarMojo
Add a WAR to the uberwar.
AliasedDeployerDeployMojo - Class in org.codehaus.cargo.maven2
Class used uniquely to provide a goal alias for deployer-deploy.
AliasedDeployerDeployMojo() - Constructor for class org.codehaus.cargo.maven2.AliasedDeployerDeployMojo
 
AliasedDeployerRedeployMojo - Class in org.codehaus.cargo.maven2
Class used uniquely to provide a goal alias for deployer-redeploy.
AliasedDeployerRedeployMojo() - Constructor for class org.codehaus.cargo.maven2.AliasedDeployerRedeployMojo
 
AliasedDeployerUndeployMojo - Class in org.codehaus.cargo.maven2
Class used uniquely to provide a goal alias for deployer-undeploy.
AliasedDeployerUndeployMojo() - Constructor for class org.codehaus.cargo.maven2.AliasedDeployerUndeployMojo
 
ArtifactInstaller - Class in org.codehaus.cargo.maven2.configuration
An ArtifactInstaller encapsulates the resolving of an artifact from a local or remote Maven repository.
ArtifactInstaller() - Constructor for class org.codehaus.cargo.maven2.configuration.ArtifactInstaller
 

C

calculateContainerArtifactId(String) - Static method in class org.codehaus.cargo.maven2.AbstractCargoMojo
Calculates the container artifact ID for a given container ID.
CargoProject - Class in org.codehaus.cargo.maven2.util
Holder class to transport all required information to the configuration classes.
CargoProject(String, String, String, String, String, Set<Artifact>, Log) - Constructor for class org.codehaus.cargo.maven2.util.CargoProject
Saves all attributes.
CargoProject(MavenProject, Log) - Constructor for class org.codehaus.cargo.maven2.util.CargoProject
Saves all attributes.
clear() - Method in class org.codehaus.cargo.maven2.configuration.Proxy
Clear all proxy settings.
computeExtension(String) - Method in class org.codehaus.cargo.maven2.configuration.Deployable
Compute the extension for a given Maven2 packaging.
computeLocation(CargoProject) - Method in class org.codehaus.cargo.maven2.configuration.Deployable
Compute the location of the current deployable.
Configuration - Class in org.codehaus.cargo.maven2.configuration
Holds configuration data for the <configuration> tag used to configure the plugin in the pom.xml file.
Configuration() - Constructor for class org.codehaus.cargo.maven2.configuration.Configuration
 
configure() - Method in class org.codehaus.cargo.maven2.configuration.Proxy
Set the Java system properties related to proxies.
ConfigureMojo - Class in org.codehaus.cargo.maven2
Mojo to create a local container standalone configuration at a specified directory.
ConfigureMojo() - Constructor for class org.codehaus.cargo.maven2.ConfigureMojo
 
Container - Class in org.codehaus.cargo.maven2.configuration
Holds configuration data for the <container> tag used to configure the plugin in the pom.xml file.
Container() - Constructor for class org.codehaus.cargo.maven2.configuration.Container
 
ContainerInstallMojo - Class in org.codehaus.cargo.maven2
Installs a container into a given directory.
ContainerInstallMojo() - Constructor for class org.codehaus.cargo.maven2.ContainerInstallMojo
 
ContainerRestartMojo - Class in org.codehaus.cargo.maven2
Restart a container using Cargo.
ContainerRestartMojo() - Constructor for class org.codehaus.cargo.maven2.ContainerRestartMojo
 
ContainerRunMojo - Class in org.codehaus.cargo.maven2
Start a container using Cargo and wait until user pressed CTRL + C to stop.
ContainerRunMojo() - Constructor for class org.codehaus.cargo.maven2.ContainerRunMojo
 
ContainerStartMojo - Class in org.codehaus.cargo.maven2
Start a container using Cargo.
ContainerStartMojo() - Constructor for class org.codehaus.cargo.maven2.ContainerStartMojo
 
ContainerStopMojo - Class in org.codehaus.cargo.maven2
Stop a running container using Cargo.
ContainerStopMojo() - Constructor for class org.codehaus.cargo.maven2.ContainerStopMojo
 
containsAutoDeployable(Deployable[]) - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
Checks if the autodeployable is part of deployables.
CONTEXT_KEY_CONTAINER - Static variable in class org.codehaus.cargo.maven2.AbstractCargoMojo
The key under which the container instance is stored in the plugin context.
contextualize(Context) - Method in class org.codehaus.cargo.maven2.UberWarMojo
Contextualize a context on the current container.
create(WarArchiveMerger, Merge) - Method in interface org.codehaus.cargo.maven2.merge.MergeProcessorFactory
Create a merge processor.
create(WarArchiveMerger, Merge) - Method in class org.codehaus.cargo.maven2.merge.MergeWebXml
Create a merge processor.
create(WarArchiveMerger, Merge) - Method in class org.codehaus.cargo.maven2.merge.MergeXslt
Create a merge processor.
createAutoDeployDeployable(Container) - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
Create the autodeploy deployable (if the current project is a Java EE deployable)
createConfiguration() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
Creates a Configuration instance.
createConfiguration(String, ContainerType, Deployable[], CargoProject) - Method in class org.codehaus.cargo.maven2.configuration.Configuration
Creates a configuration.
createContainer() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
createContainer(Configuration, Logger, CargoProject) - Method in class org.codehaus.cargo.maven2.configuration.Container
Creates the container based on its configuration and attaches the logger.
createContainer(Configuration, Logger, CargoProject, ArtifactFactory, ArtifactResolver, ArtifactRepository, List<ArtifactRepository>, Settings) - Method in class org.codehaus.cargo.maven2.configuration.Container
Creates the container based on its configuration and attaches the logger.
createDefaultContainerElementIfNecessary() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
Creates a container element if required.
createDefaultInstallerElementIfNecessary() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
Creates a installer element if required.
createDeployable(String, CargoProject) - Method in class org.codehaus.cargo.maven2.configuration.Deployable
Create a deployable.
createDeployableMonitor(URL, Long, Deployable) - Method in class org.codehaus.cargo.maven2.AbstractDeployerMojo
Create a deployable monitor.
createDeployer(Container) - Method in class org.codehaus.cargo.maven2.AbstractDeployerMojo
Create a deployer.
createDeployer(Container) - Method in class org.codehaus.cargo.maven2.configuration.Deployer
Create a deployer.
createDeployerFactory() - Method in class org.codehaus.cargo.maven2.AbstractDeployerMojo
 
createInstaller(String) - Method in class org.codehaus.cargo.maven2.configuration.ZipUrlInstaller
Creates the ZipURLInstaller with the appropriate configuration.
createLogger() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
Create a logger.
createNewContainer() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
Creates a brand new Container instance.
createNewContainer() - Method in class org.codehaus.cargo.maven2.ContainerRunMojo
Creates a brand new Container instance.
createPackager(Container) - Method in class org.codehaus.cargo.maven2.configuration.Packager
Create packager.
createPackager(Container) - Method in class org.codehaus.cargo.maven2.PackageMojo
Create the packager.
createProxy() - Method in class org.codehaus.cargo.maven2.configuration.ZipUrlInstaller
 
createResource(String, CargoProject) - Method in class org.codehaus.cargo.maven2.configuration.Resource
Create the resource object.

D

Daemon - Class in org.codehaus.cargo.maven2.configuration
Holds configuration data for the <daemon> tag used to configure the plugin in the pom.xml file.
Daemon() - Constructor for class org.codehaus.cargo.maven2.configuration.Daemon
Constructs a daemon configuration with default settings.
Daemon(Map<String, String>) - Constructor for class org.codehaus.cargo.maven2.configuration.Daemon
Constructs a daemon configuration with properties.
daemonAutostartContainer - Variable in class org.codehaus.cargo.maven2.AbstractDaemonMojo
Tells if the container should autostart.
daemonClasspaths - Variable in class org.codehaus.cargo.maven2.AbstractDaemonMojo
The additional classpath entries the daemon should use.
daemonClient - Variable in class org.codehaus.cargo.maven2.AbstractDaemonMojo
The daemon client instance.
daemonContainer - Variable in class org.codehaus.cargo.maven2.AbstractDaemonMojo
The container that should be started by the daemon.
daemonDeployables - Variable in class org.codehaus.cargo.maven2.AbstractDaemonMojo
The deployables to deploy.
daemonHandleId - Variable in class org.codehaus.cargo.maven2.AbstractDaemonMojo
The daemon handle identifier to use.
DaemonStartMojo - Class in org.codehaus.cargo.maven2
Start a container via the daemon.
DaemonStartMojo() - Constructor for class org.codehaus.cargo.maven2.DaemonStartMojo
 
DaemonStopMojo - Class in org.codehaus.cargo.maven2
Stop a container via the daemon.
DaemonStopMojo() - Constructor for class org.codehaus.cargo.maven2.DaemonStopMojo
 
Dependency - Class in org.codehaus.cargo.maven2.configuration
Allow users to add classpath entries to the classpath used to start the container.
Dependency() - Constructor for class org.codehaus.cargo.maven2.configuration.Dependency
 
DependencyCalculator - Class in org.codehaus.cargo.maven2
This class is effectively an unmitigated hack.
DependencyCalculator(ArtifactFactory, ArtifactResolver, ArtifactRepository, List<ArtifactRepository>, MavenProject, MavenProjectBuilder, ArtifactInstaller, PlexusContainer) - Constructor for class org.codehaus.cargo.maven2.DependencyCalculator
Saves all attributes.
Deployable - Class in org.codehaus.cargo.maven2.configuration
Holds configuration data for the <deployable> tag used to configure the plugin in the pom.xml file.

TODO: Find a way to remove code duplication with Ant's DeployableElement
Deployable() - Constructor for class org.codehaus.cargo.maven2.configuration.Deployable
 
deployed() - Method in class org.codehaus.cargo.maven2.AbstractDeployerMojo.DeployerListener
.
Deployer - Class in org.codehaus.cargo.maven2.configuration
Holds configuration data for the <deployer> tag used to configure the plugin in the pom.xml file.
Deployer() - Constructor for class org.codehaus.cargo.maven2.configuration.Deployer
 
DeployerDeployMojo - Class in org.codehaus.cargo.maven2
Deploy a deployable to a container.
DeployerDeployMojo() - Constructor for class org.codehaus.cargo.maven2.DeployerDeployMojo
 
DeployerRedeployMojo - Class in org.codehaus.cargo.maven2
Redeploy a deployable (i.e.
DeployerRedeployMojo() - Constructor for class org.codehaus.cargo.maven2.DeployerRedeployMojo
 
DeployerStartMojo - Class in org.codehaus.cargo.maven2
Start a deployable which is already installed in a container.
DeployerStartMojo() - Constructor for class org.codehaus.cargo.maven2.DeployerStartMojo
 
DeployerStopMojo - Class in org.codehaus.cargo.maven2
Stop a deployable which is already deployed in a container.
DeployerStopMojo() - Constructor for class org.codehaus.cargo.maven2.DeployerStopMojo
 
DeployerUndeployMojo - Class in org.codehaus.cargo.maven2
Undeploy a deployable from a container.
DeployerUndeployMojo() - Constructor for class org.codehaus.cargo.maven2.DeployerUndeployMojo
 
doExecute() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
Executes the plugin.
doExecute() - Method in class org.codehaus.cargo.maven2.AbstractDaemonMojo
Executes the plugin.
doExecute() - Method in class org.codehaus.cargo.maven2.AbstractDeployerMojo
Executes the plugin.
doExecute() - Method in class org.codehaus.cargo.maven2.ConfigureMojo
Executes the plugin.
doExecute() - Method in class org.codehaus.cargo.maven2.ContainerInstallMojo
Executes the plugin.
doExecute() - Method in class org.codehaus.cargo.maven2.ContainerRunMojo
Executes the plugin.
doExecute() - Method in class org.codehaus.cargo.maven2.ContainerStartMojo
Executes the plugin.
doExecute() - Method in class org.codehaus.cargo.maven2.ContainerStopMojo
Executes the plugin.
doExecute() - Method in class org.codehaus.cargo.maven2.PackageMojo
Executes the plugin.
doLog(LogLevel, String, String) - Method in class org.codehaus.cargo.maven2.log.MavenLogger

E

equals(Object) - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
execute() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
execute() - Method in class org.codehaus.cargo.maven2.AbstractUberWarMojo
 
execute() - Method in class org.codehaus.cargo.maven2.DependencyCalculator
Execute the dependency calculator.
execute() - Method in class org.codehaus.cargo.maven2.HelpMojo
execute() - Method in class org.codehaus.cargo.maven2.UberWarMojo
Executes the UberWarMojo on the current project.
executeLocalContainerAction() - Method in class org.codehaus.cargo.maven2.ContainerRestartMojo
Executes the local container action.
executeLocalContainerAction() - Method in class org.codehaus.cargo.maven2.ContainerStartMojo
Executes the local container action.
EXTRA_CLASSPATH - Static variable in class org.codehaus.cargo.maven2.configuration.Dependency
Represents the "extra" classpath type.
EXTRACT_SUBDIRECTORY - Static variable in class org.codehaus.cargo.maven2.configuration.ZipUrlInstaller
Default extraction subdirectory.

F

findArtifactLocation(Set<Artifact>, Log) - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
Find artifact location for the artifact of this dependency.
fixModelAndSaveInRepository(Artifact, Model) - Method in class org.codehaus.cargo.maven2.DependencyCalculator
Fix model and save in repository.
fixupProjectArtifact() - Method in class org.codehaus.cargo.maven2.DependencyCalculator
Fixup the project artifact.
fixupRepositoryArtifact(Artifact) - Method in class org.codehaus.cargo.maven2.DependencyCalculator
Fixup an artifact.

G

getAddDefaultEntities() - Method in class org.codehaus.cargo.maven2.io.xpp3.UberWarXpp3Reader
Returns the state of the "add default entities" flag.
getArtifactId() - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
getArtifactId() - Method in class org.codehaus.cargo.maven2.configuration.ArtifactInstaller
 
getArtifactId() - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
getArtifactInstaller() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getArtifacts() - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
getBuildDirectory() - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
getCargoProject() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
getClassifier() - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
getClassifier() - Method in class org.codehaus.cargo.maven2.configuration.ArtifactInstaller
 
getClassname() - Method in class org.codehaus.cargo.maven2.Merge
Get the classname field.
getClasspath() - Method in class org.codehaus.cargo.maven2.configuration.Dependency
 
getClasspaths() - Method in class org.codehaus.cargo.maven2.configuration.Daemon
 
getConfigDirectory() - Method in class org.codehaus.cargo.maven2.merge.MergeWebXml
 
getConfigDirectory() - Method in class org.codehaus.cargo.maven2.UberWarMojo
 
getConfigfiles() - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
getConfigurationElement() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
getContainerElement() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
getContainerId() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getContextParams() - Method in class org.codehaus.cargo.maven2.WebXml
Get the contextParams field.
getDaemon() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
getDependencies() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getDependencyPath(CargoProject) - Method in class org.codehaus.cargo.maven2.configuration.Dependency
Get the path of this dependency.
getDeployablesElement() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
getDeployerElement() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
getDocument() - Method in class org.codehaus.cargo.maven2.Merge
Get the document field.
getDownloadDir() - Method in class org.codehaus.cargo.maven2.configuration.ZipUrlInstaller
 
getEmbeddedClassLoader() - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
getExcludeHosts() - Method in class org.codehaus.cargo.maven2.configuration.Proxy
 
getExtractDir() - Method in class org.codehaus.cargo.maven2.configuration.ArtifactInstaller
 
getExtractDir() - Method in class org.codehaus.cargo.maven2.configuration.ZipUrlInstaller
 
getFile() - Method in class org.codehaus.cargo.maven2.Merge
Get the file field.
getFileHandler() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
getFiles() - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
getFinalName() - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
getGroupId() - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
getGroupId() - Method in class org.codehaus.cargo.maven2.configuration.ArtifactInstaller
 
getGroupId() - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
getHome() - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
getHome() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getHost() - Method in class org.codehaus.cargo.maven2.configuration.Proxy
 
getImplementation() - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
getImplementation() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getImplementation() - Method in class org.codehaus.cargo.maven2.configuration.Deployable
 
getImplementation() - Method in class org.codehaus.cargo.maven2.configuration.Deployer
 
getImplementation() - Method in class org.codehaus.cargo.maven2.configuration.Packager
 
getInstallerZipFile() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getLocation() - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
getLog() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getLog() - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
getLogLevel() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getMerges() - Method in class org.codehaus.cargo.maven2.MergeRoot
Method getMerges.
getModelEncoding() - Method in class org.codehaus.cargo.maven2.MergeRoot
Get the modelEncoding field.
getName() - Method in class org.codehaus.cargo.maven2.configuration.Resource
 
getOutput() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getOutputLocation() - Method in class org.codehaus.cargo.maven2.configuration.Packager
 
getPackagerElement() - Method in class org.codehaus.cargo.maven2.PackageMojo
 
getPackaging() - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
getParameters() - Method in class org.codehaus.cargo.maven2.configuration.Resource
 
getParameters() - Method in class org.codehaus.cargo.maven2.Merge
Get the parameters field.
getPassword() - Method in class org.codehaus.cargo.maven2.configuration.Proxy
 
getPingTimeout() - Method in class org.codehaus.cargo.maven2.configuration.Deployable
 
getPingURL() - Method in class org.codehaus.cargo.maven2.configuration.Deployable
 
getPort() - Method in class org.codehaus.cargo.maven2.configuration.Proxy
 
getProject() - Method in class org.codehaus.cargo.maven2.AbstractCommonMojo
 
getProject() - Method in class org.codehaus.cargo.maven2.AbstractUberWarMojo
Gets the configured project.
getProperties() - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
getProperties() - Method in class org.codehaus.cargo.maven2.configuration.Daemon
 
getProperties() - Method in class org.codehaus.cargo.maven2.configuration.Deployable
 
getPropertiesFile() - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
getProperty(String) - Method in class org.codehaus.cargo.maven2.configuration.Daemon
 
getProxy() - Method in class org.codehaus.cargo.maven2.configuration.ZipUrlInstaller
 
getResources() - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
getSetterMethodName(String) - Method in class org.codehaus.cargo.maven2.configuration.Deployable
Transform a property into a method name by transforming the first letter of the property name to uppercase.
getSystemProperties() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getSystemPropertiesFile() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getTimeout() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getType() - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
getType() - Method in class org.codehaus.cargo.maven2.configuration.ArtifactInstaller
 
getType() - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
getType() - Method in class org.codehaus.cargo.maven2.configuration.Container
 
getType() - Method in class org.codehaus.cargo.maven2.configuration.Deployer
 
getType() - Method in class org.codehaus.cargo.maven2.configuration.Packager
 
getType() - Method in class org.codehaus.cargo.maven2.configuration.Resource
 
getType() - Method in class org.codehaus.cargo.maven2.Merge
Get the type field.
getUrl() - Method in class org.codehaus.cargo.maven2.configuration.ZipUrlInstaller
 
getUser() - Method in class org.codehaus.cargo.maven2.configuration.Proxy
 
getVersion() - Method in class org.codehaus.cargo.maven2.configuration.ArtifactInstaller
 
getWars() - Method in class org.codehaus.cargo.maven2.MergeRoot
Method getWars.
getWebXml() - Method in class org.codehaus.cargo.maven2.MergeRoot
Get the webXml field.
getZipUrlInstaller() - Method in class org.codehaus.cargo.maven2.configuration.Container
 

H

hashCode() - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
HelpMojo - Class in org.codehaus.cargo.maven2
Display help information on cargo-maven2-plugin.
Call
HelpMojo() - Constructor for class org.codehaus.cargo.maven2.HelpMojo
 

I

isDaemonRun() - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
isJ2EEPackaging() - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
isOnClasspath(String) - Method in class org.codehaus.cargo.maven2.configuration.Dependency
Evaluates if the Dependency is targeted for a classpath type.
isTypeCompatible(CargoProject) - Method in class org.codehaus.cargo.maven2.configuration.Deployable
Checks if deployable type is compatible with the project's packaging.

J

JettyArtifactResolver - Class in org.codehaus.cargo.maven2.jetty
Dynamically load Jetty dependencies.
JettyArtifactResolver(ArtifactResolver, ArtifactRepository, List<ArtifactRepository>, ArtifactFactory) - Constructor for class org.codehaus.cargo.maven2.jetty.JettyArtifactResolver
Save all attributes.

L

loadEmbeddedContainerDependencies() - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
Loads an embedded container.
localContainer - Variable in class org.codehaus.cargo.maven2.ContainerStartMojo
Local container.

M

makeStrategy(Xpp3Dom) - Method in class org.codehaus.cargo.maven2.merge.MergeWebXml
Create the merge strategy.
MavenLogger - Class in org.codehaus.cargo.maven2.log
Logger that sends messages to the Maven 2 logging subsystem.
MavenLogger(Log) - Constructor for class org.codehaus.cargo.maven2.log.MavenLogger
 
Merge - Class in org.codehaus.cargo.maven2
Merge settings.
Merge() - Constructor for class org.codehaus.cargo.maven2.Merge
 
MergeProcessorFactory - Interface in org.codehaus.cargo.maven2.merge
Factory for creating merge processors.
MergeRoot - Class in org.codehaus.cargo.maven2
Root element of the merge xml.
MergeRoot() - Constructor for class org.codehaus.cargo.maven2.MergeRoot
 
MergeWebXml - Class in org.codehaus.cargo.maven2.merge
Merge processor designed for web.xml files.
MergeWebXml(File) - Constructor for class org.codehaus.cargo.maven2.merge.MergeWebXml
Saves attributes.
MergeXslt - Class in org.codehaus.cargo.maven2.merge
Merge processor that uses XSLT
MergeXslt(File) - Constructor for class org.codehaus.cargo.maven2.merge.MergeXslt
Save all attributes.

O

org.codehaus.cargo.maven2 - package org.codehaus.cargo.maven2
 
org.codehaus.cargo.maven2.configuration - package org.codehaus.cargo.maven2.configuration
 
org.codehaus.cargo.maven2.io.xpp3 - package org.codehaus.cargo.maven2.io.xpp3
 
org.codehaus.cargo.maven2.jetty - package org.codehaus.cargo.maven2.jetty
 
org.codehaus.cargo.maven2.log - package org.codehaus.cargo.maven2.log
 
org.codehaus.cargo.maven2.merge - package org.codehaus.cargo.maven2.merge
 
org.codehaus.cargo.maven2.util - package org.codehaus.cargo.maven2.util
 

P

PackageMojo - Class in org.codehaus.cargo.maven2
Package a container distribution, a Configuration and deployed deployables.
PackageMojo() - Constructor for class org.codehaus.cargo.maven2.PackageMojo
 
Packager - Class in org.codehaus.cargo.maven2.configuration
Holds configuration data for the <packager> tag used to configure the plugin in the pom.xml file.
Packager() - Constructor for class org.codehaus.cargo.maven2.configuration.Packager
 
performAction() - Method in class org.codehaus.cargo.maven2.AbstractDaemonMojo
Performs the actual action.
performAction() - Method in class org.codehaus.cargo.maven2.DaemonStartMojo
 
performAction() - Method in class org.codehaus.cargo.maven2.DaemonStopMojo
 
performDeployerActionOnSingleDeployable(Deployer, Deployable, URL, Long) - Method in class org.codehaus.cargo.maven2.AbstractDeployerMojo
Perform a deployer action on a single deployable.
performDeployerActionOnSingleDeployable(Deployer, Deployable, URL, Long) - Method in class org.codehaus.cargo.maven2.DeployerDeployMojo
Perform a deployer action on a single deployable.
performDeployerActionOnSingleDeployable(Deployer, Deployable, URL, Long) - Method in class org.codehaus.cargo.maven2.DeployerRedeployMojo
 
performDeployerActionOnSingleDeployable(Deployer, Deployable, URL, Long) - Method in class org.codehaus.cargo.maven2.DeployerStartMojo
 
performDeployerActionOnSingleDeployable(Deployer, Deployable, URL, Long) - Method in class org.codehaus.cargo.maven2.DeployerStopMojo
 
performDeployerActionOnSingleDeployable(Deployer, Deployable, URL, Long) - Method in class org.codehaus.cargo.maven2.DeployerUndeployMojo
 
Proxy - Class in org.codehaus.cargo.maven2.configuration
Holds configuration data for the <proxy> tag used to configure the plugin in the pom.xml file.
Proxy() - Constructor for class org.codehaus.cargo.maven2.configuration.Proxy
 

R

read(Reader, boolean) - Method in class org.codehaus.cargo.maven2.io.xpp3.UberWarXpp3Reader
 
read(Reader) - Method in class org.codehaus.cargo.maven2.io.xpp3.UberWarXpp3Reader
 
read(InputStream, boolean) - Method in class org.codehaus.cargo.maven2.io.xpp3.UberWarXpp3Reader
Method read.
read(InputStream) - Method in class org.codehaus.cargo.maven2.io.xpp3.UberWarXpp3Reader
Method read.
removeMerge(Merge) - Method in class org.codehaus.cargo.maven2.MergeRoot
Method removeMerge.
removeWar(String) - Method in class org.codehaus.cargo.maven2.MergeRoot
Method removeWar.
resolve(ArtifactFactory, ArtifactResolver, ArtifactRepository, List<ArtifactRepository>) - Method in class org.codehaus.cargo.maven2.configuration.ArtifactInstaller
Resolves the dependency and return the artifact file.
resolveDependencies(String, ClassLoader) - Method in class org.codehaus.cargo.maven2.jetty.JettyArtifactResolver
Resolve dependencies.
Resource - Class in org.codehaus.cargo.maven2.configuration
Holds configuration data for the <resource> tag used to configure the plugin in the pom.xml file.
Resource() - Constructor for class org.codehaus.cargo.maven2.configuration.Resource
 

S

setAddDefaultEntities(boolean) - Method in class org.codehaus.cargo.maven2.io.xpp3.UberWarXpp3Reader
Sets the state of the "add default entities" flag.
setAppend(boolean) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
setArtifactId(String) - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
setArtifactId(String) - Method in class org.codehaus.cargo.maven2.configuration.ArtifactInstaller
 
setArtifactInstaller(ArtifactInstaller) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
setCargoProject(CargoProject) - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
setClassifier(String) - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
setClassifier(String) - Method in class org.codehaus.cargo.maven2.configuration.ArtifactInstaller
 
setClassname(String) - Method in class org.codehaus.cargo.maven2.Merge
Set the classname field.
setClasspath(String) - Method in class org.codehaus.cargo.maven2.configuration.Dependency
 
setClasspaths(List<String>) - Method in class org.codehaus.cargo.maven2.configuration.Daemon
 
setConfigDirectory(File) - Method in class org.codehaus.cargo.maven2.merge.MergeWebXml
 
setConfigfiles(FileConfig[]) - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
setConfigurationElement(Configuration) - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
setContainerElement(Container) - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
setContainerId(String) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
setContextParams(Object) - Method in class org.codehaus.cargo.maven2.WebXml
Set the contextParams field.
setDaemonRun(boolean) - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
setDependencies(Dependency[]) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
setDeployablesElement(Deployable[]) - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
setDeployerElement(Deployer) - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
setDocument(String) - Method in class org.codehaus.cargo.maven2.Merge
Set the document field.
setDownloadDir(String) - Method in class org.codehaus.cargo.maven2.configuration.ZipUrlInstaller
 
setEmbeddedClassLoader(ClassLoader) - Method in class org.codehaus.cargo.maven2.util.CargoProject
 
setExcludeHosts(String) - Method in class org.codehaus.cargo.maven2.configuration.Proxy
 
setExtractDir(String) - Method in class org.codehaus.cargo.maven2.configuration.ArtifactInstaller
 
setExtractDir(String) - Method in class org.codehaus.cargo.maven2.configuration.ZipUrlInstaller
 
setFile(String) - Method in class org.codehaus.cargo.maven2.Merge
Set the file field.
setFileHandler(FileHandler) - Method in class org.codehaus.cargo.maven2.AbstractCargoMojo
 
setFiles(FileConfig[]) - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
setGroupId(String) - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
setGroupId(String) - Method in class org.codehaus.cargo.maven2.configuration.ArtifactInstaller
 
setHome(String) - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
setHome(String) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
setHost(String) - Method in class org.codehaus.cargo.maven2.configuration.Proxy
 
setImplementation(String) - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
setImplementation(String) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
setImplementation(String) - Method in class org.codehaus.cargo.maven2.configuration.Deployable
 
setImplementation(String) - Method in class org.codehaus.cargo.maven2.configuration.Deployer
 
setImplementation(String) - Method in class org.codehaus.cargo.maven2.configuration.Packager
 
setLocation(String) - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
setLog(File) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
setLogLevel(String) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
setMerges(List) - Method in class org.codehaus.cargo.maven2.MergeRoot
Set merge settings.
setModelEncoding(String) - Method in class org.codehaus.cargo.maven2.MergeRoot
Set the modelEncoding field.
setName(String) - Method in class org.codehaus.cargo.maven2.configuration.Resource
 
setOutput(String) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
setOutputLocation(String) - Method in class org.codehaus.cargo.maven2.configuration.Packager
 
setPackagerElement(Packager) - Method in class org.codehaus.cargo.maven2.PackageMojo
 
setParameters(Map<String, String>) - Method in class org.codehaus.cargo.maven2.configuration.Resource
 
setParameters(Object) - Method in class org.codehaus.cargo.maven2.Merge
Set the parameters field.
setPassword(String) - Method in class org.codehaus.cargo.maven2.configuration.Proxy
 
setPort(int) - Method in class org.codehaus.cargo.maven2.configuration.Proxy
 
setProject(MavenProject) - Method in class org.codehaus.cargo.maven2.AbstractUberWarMojo
Sets the configured project.
setProperties(Map<String, String>) - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
setProperties(Map<String, String>) - Method in class org.codehaus.cargo.maven2.configuration.Daemon
 
setProperties(Map<String, String>) - Method in class org.codehaus.cargo.maven2.configuration.Deployable
 
setPropertiesFile(File) - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
setPropertiesOnDeployable(Deployable, CargoProject) - Method in class org.codehaus.cargo.maven2.configuration.Deployable
Set user-defined properties on the created deployable.
setResources(Resource[]) - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
setSystemProperties(Map<String, String>) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
setSystemPropertiesFile(File) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
setTimeout(Long) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
setType(String) - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency
 
setType(String) - Method in class org.codehaus.cargo.maven2.configuration.ArtifactInstaller
 
setType(ConfigurationType) - Method in class org.codehaus.cargo.maven2.configuration.Configuration
 
setType(ContainerType) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
setType(String) - Method in class org.codehaus.cargo.maven2.configuration.Deployer
 
setType(String) - Method in class org.codehaus.cargo.maven2.configuration.Packager
 
setType(String) - Method in class org.codehaus.cargo.maven2.configuration.Resource
 
setType(String) - Method in class org.codehaus.cargo.maven2.Merge
Set the type field.
setUrl(URL) - Method in class org.codehaus.cargo.maven2.configuration.ZipUrlInstaller
 
setUser(String) - Method in class org.codehaus.cargo.maven2.configuration.Proxy
 
setVersion(String) - Method in class org.codehaus.cargo.maven2.configuration.ArtifactInstaller
 
setWars(List) - Method in class org.codehaus.cargo.maven2.MergeRoot
Set war Files to merge.
setWebXml(WebXml) - Method in class org.codehaus.cargo.maven2.MergeRoot
Set the webXml field.
setZipUrlInstaller(ZipUrlInstaller) - Method in class org.codehaus.cargo.maven2.configuration.Container
 
SHARED_CLASSPATH - Static variable in class org.codehaus.cargo.maven2.configuration.Dependency
Represents the "shared" classpath type.
shouldAppend() - Method in class org.codehaus.cargo.maven2.configuration.Container
 

T

toString() - Method in class org.codehaus.cargo.maven2.configuration.AbstractDependency

U

UberWarMojo - Class in org.codehaus.cargo.maven2
Builds an uber war.
UberWarMojo() - Constructor for class org.codehaus.cargo.maven2.UberWarMojo
 
UberWarXpp3Reader - Class in org.codehaus.cargo.maven2.io.xpp3
Class UberWarXpp3Reader.
UberWarXpp3Reader() - Constructor for class org.codehaus.cargo.maven2.io.xpp3.UberWarXpp3Reader
 
UberWarXpp3Writer - Class in org.codehaus.cargo.maven2.io.xpp3
Class UberWarXpp3Writer.
UberWarXpp3Writer() - Constructor for class org.codehaus.cargo.maven2.io.xpp3.UberWarXpp3Writer
 
undeployed() - Method in class org.codehaus.cargo.maven2.AbstractDeployerMojo.DeployerListener
.

W

WebXml - Class in org.codehaus.cargo.maven2
Web.xml merge settings.
WebXml() - Constructor for class org.codehaus.cargo.maven2.WebXml
 
write(Writer, MergeRoot) - Method in class org.codehaus.cargo.maven2.io.xpp3.UberWarXpp3Writer
Method write.
write(OutputStream, MergeRoot) - Method in class org.codehaus.cargo.maven2.io.xpp3.UberWarXpp3Writer
Method write.

Z

ZipUrlInstaller - Class in org.codehaus.cargo.maven2.configuration
Holds configuration data for the <zipUrlInstaller> tag used to configure the plugin in the pom.xml file.
ZipUrlInstaller() - Constructor for class org.codehaus.cargo.maven2.configuration.ZipUrlInstaller
 
A C D E F G H I J L M O P R S T U W Z 

Copyright © 2004-2013 Codehaus. All Rights Reserved.