org.kohsuke.args4j.maven
Class Args4jUsageMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.kohsuke.args4j.maven.Args4jUsageMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class Args4jUsageMojo
extends org.apache.maven.plugin.AbstractMojo


Field Summary
protected  String args4jBuildDirPath
          directory where the the usage are generated
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
Args4jUsageMojo()
           
 
Method Summary
 void execute()
           
 
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
 

Field Detail

args4jBuildDirPath

protected String args4jBuildDirPath
directory where the the usage are generated

Constructor Detail

Args4jUsageMojo

public Args4jUsageMojo()
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


Copyright © 2011-2012 Kohsuke Kawaguchi. All Rights Reserved.