com.github.kongchen.swagger.docgen.mavenplugin
类 HelpMojo

java.lang.Object
  继承者 org.apache.maven.plugin.AbstractMojo
      继承者 com.github.kongchen.swagger.docgen.mavenplugin.HelpMojo
所有已实现的接口:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="help",
      requiresProject=false,
      threadSafe=true)
public class HelpMojo
extends org.apache.maven.plugin.AbstractMojo

Display help information on swagger-maven-plugin.
Call mvn swagger:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.

作者:
maven-plugin-tools

字段摘要
 
从接口 org.apache.maven.plugin.Mojo 继承的字段
ROLE
 
构造方法摘要
HelpMojo()
           
 
方法摘要
 void execute()
          
 
从类 org.apache.maven.plugin.AbstractMojo 继承的方法
getLog, getPluginContext, setLog, setPluginContext
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

HelpMojo

public HelpMojo()
方法详细信息

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException

抛出:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2015. All Rights Reserved.