| Package | Description |
|---|---|
| org.codehaus.cargo.maven2 | |
| org.codehaus.cargo.maven2.configuration |
| Modifier and Type | Method and Description |
|---|---|
protected CargoProject |
AbstractCargoMojo.getCargoProject() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractCargoMojo.setCargoProject(CargoProject cargoProject) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
Deployable.computeLocation(CargoProject project)
Compute the location of the current deployable.
|
org.codehaus.cargo.container.configuration.Configuration |
Configuration.createConfiguration(String containerId,
org.codehaus.cargo.container.ContainerType containerType,
Deployable[] deployables,
CargoProject project)
Creates a configuration.
|
org.codehaus.cargo.container.Container |
Container.createContainer(org.codehaus.cargo.container.configuration.Configuration configuration,
org.codehaus.cargo.util.log.Logger logger,
CargoProject project)
Creates the container based on its configuration and attaches the logger.
|
org.codehaus.cargo.container.Container |
Container.createContainer(org.codehaus.cargo.container.configuration.Configuration configuration,
org.codehaus.cargo.util.log.Logger logger,
CargoProject project,
org.apache.maven.artifact.factory.ArtifactFactory artifactFactory,
org.apache.maven.artifact.resolver.ArtifactResolver artifactResolver,
org.apache.maven.artifact.repository.ArtifactRepository localRepository,
List<org.apache.maven.artifact.repository.ArtifactRepository> repositories,
org.apache.maven.settings.Settings settings)
Creates the container based on its configuration and attaches the logger.
|
org.codehaus.cargo.container.deployable.Deployable |
Deployable.createDeployable(String containerId,
CargoProject project)
Create a deployable.
|
org.codehaus.cargo.container.configuration.entry.Resource |
Resource.createResource(String containerId,
CargoProject project)
Create the resource object.
|
String |
Dependency.getDependencyPath(CargoProject project)
Get the path of this dependency.
|
protected boolean |
Deployable.isTypeCompatible(CargoProject project)
Checks if deployable type is compatible with the project's packaging.
|
protected void |
Deployable.setPropertiesOnDeployable(org.codehaus.cargo.container.deployable.Deployable deployable,
CargoProject project)
Set user-defined properties on the created deployable.
|
Copyright © 2004–2016 Github. All rights reserved.