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
public class Ping extends AbstractHostPortMojo
A ping mojo- Author:
- Jesper Pedersen
-
-
Constructor Summary
Constructors Constructor Description Ping()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()Execute-
Methods inherited from class org.jboss.jca.sjc.maven.AbstractHostPortMojo
executeCommand, executeCommand, getHost, getPort, isCommandAvailable, isLocal, setHost, setPort
-
-
-
-
Method Detail
-
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
-
-