Package org.jboss.jca.sjc.maven
Class Ping
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jboss.jca.sjc.maven.AbstractHostPortMojo
org.jboss.jca.sjc.maven.Ping
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
A ping mojo
- Author:
- Jesper Pedersen
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.jca.sjc.maven.AbstractHostPortMojo
executeCommand, executeCommand, getHost, getPort, isCommandAvailable, isLocal, setHost, setPortMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
Ping
public Ping()Constructor
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureExceptionExecute- Specified by:
executein interfaceorg.apache.maven.plugin.Mojo- Specified by:
executein classAbstractHostPortMojo- Throws:
org.apache.maven.plugin.MojoExecutionException- Thrown if the plugin cant be executedorg.apache.maven.plugin.MojoFailureException- Thrown if there is an error
-