protected String |
Deployable.computeLocation(CargoProject project) |
Compute the location of the current deployable.
|
Configuration |
Configuration.createConfiguration(String containerId,
ContainerType containerType,
Deployable[] deployables,
CargoProject project,
org.apache.maven.project.MavenProject mavenProject,
String contextKey,
org.apache.maven.settings.Settings mavenSettings,
org.apache.maven.plugin.logging.Log log) |
Creates a configuration.
|
Container |
Container.createContainer(Configuration configuration,
Logger logger,
CargoProject project) |
Creates the container based on its configuration and attaches the logger.
|
Container |
Container.createContainer(Configuration configuration,
Logger logger,
CargoProject project,
org.apache.maven.shared.transfer.artifact.resolve.ArtifactResolver artifactResolver,
org.apache.maven.project.ProjectBuildingRequest projectBuildingRequest,
org.apache.maven.settings.Settings settings) |
Creates the container based on its configuration and attaches the logger.
|
Deployable |
Deployable.createDeployable(String containerId,
CargoProject project) |
Create a deployable.
|
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(Deployable deployable,
CargoProject project) |
Set user-defined properties on the created deployable.
|