Class Deployer
- java.lang.Object
-
- org.codehaus.cargo.maven3.configuration.Deployer
-
public class Deployer extends Object
Holds configuration data for the<deployer>
tag used to configure the plugin in thepom.xml
file.
-
-
Constructor Summary
Constructors Constructor Description Deployer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Deployer
createDeployer(Container container)
Create a deployer.String
getImplementation()
String
getType()
void
setImplementation(String implementation)
void
setType(String type)
-
-
-
Method Detail
-
getImplementation
public String getImplementation()
- Returns:
- Deployer implementation.
-
setImplementation
public void setImplementation(String implementation)
- Parameters:
implementation
- Deployer implementation.
-
getType
public String getType()
- Returns:
- Deployer type.
-
setType
public void setType(String type)
- Parameters:
type
- Deployer type.
-
-