org.ow2.jasmine.deployme.mojo
Class DeploymeMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by 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

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
DeploymeMojo()
           
 
Method Summary
 void execute()
          
 void setClusterName(String clusterName)
           
 void setDomainName(String domainName)
           
 void setMachineName(String machineName)
           
 void setServerName(String serverName)
           
 void setTopologyFile(String topologyFile)
           
 
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
 

Constructor Detail

DeploymeMojo

public DeploymeMojo()
Method Detail

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.