Package org.apache.activemq.maven
Class ConsumerMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.apache.activemq.maven.ConsumerMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
public class ConsumerMojo extends org.apache.maven.plugin.AbstractMojo
Goal which touches a timestamp file.
-
-
Constructor Summary
Constructors Constructor Description ConsumerMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String[]createArgument()voidexecute()protected booleanisRecognizedProperty(String key)
-
-
-
Constructor Detail
-
ConsumerMojo
public ConsumerMojo()
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
createArgument
protected String[] createArgument()
-
isRecognizedProperty
protected boolean isRecognizedProperty(String key)
-
-