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) |
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)
public String getType()
public void setType(String type)
public String getOutputLocation()
public void setOutputLocation(String outputLocation)
public org.codehaus.cargo.container.packager.Packager createPackager(org.codehaus.cargo.container.Container container) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
Copyright © 2004-2013 Codehaus. All Rights Reserved.