org.ow2.jasmine.deployme.mojo
Class DeploymeMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.ow2.jasmine.deployme.mojo.DeploymeMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class DeploymeMojo
- extends org.apache.maven.plugin.AbstractMojo
DeployMe Mojo
- Author:
- Jeremy Cazaux
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymeMojo
public DeploymeMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
-
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
setTopologyFile
public void setTopologyFile(String topologyFile)
- Parameters:
topologyFile - The topology file to set
setMachineName
public void setMachineName(String machineName)
- Parameters:
machineName - The name of the machine to set
setServerName
public void setServerName(String serverName)
- Parameters:
serverName - The server name to set
setClusterName
public void setClusterName(String clusterName)
- Parameters:
clusterName - The cluster name to set
setDomainName
public void setDomainName(String domainName)
- Parameters:
domainName - The domain name to set
Copyright © 2012 OW2 Consortium. All Rights Reserved.