public class Packager extends Object
<packager> tag used to configure the plugin
in the pom.xml file.| Constructor and Description |
|---|
Packager() |
| Modifier and Type | Method and Description |
|---|---|
org.codehaus.cargo.container.packager.Packager |
createPackager(org.codehaus.cargo.container.Container container)
Create packager.
|
String |
getImplementation() |
String |
getOutputLocation() |
String |
getType() |
void |
setImplementation(String implementation) |
void |
setOutputLocation(String outputLocation) |
void |
setType(String type) |
public String getImplementation()
public void setImplementation(String implementation)
implementation - Packager implementation.public String getType()
public void setType(String type)
type - Packager type.public String getOutputLocation()
public void setOutputLocation(String outputLocation)
outputLocation - The location where the package will be generated. For example for a
Directory Packager this will be the directory into which the package will be generated.public org.codehaus.cargo.container.packager.Packager createPackager(org.codehaus.cargo.container.Container container)
throws org.apache.maven.plugin.MojoExecutionException
container - Container.org.apache.maven.plugin.MojoExecutionException - If packager implementation not found.Copyright © 2004–2016 Github. All rights reserved.