public class JandexGoal extends Object implements org.apache.maven.plugin.Mojo
| Constructor and Description |
|---|
JandexGoal() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
String |
getIndexName() |
org.apache.maven.plugin.logging.Log |
getLog() |
boolean |
isSkip() |
boolean |
isVerbose() |
void |
setIndexName(String indexName) |
void |
setLog(org.apache.maven.plugin.logging.Log log) |
void |
setSkip(boolean skip) |
void |
setVerbose(boolean verbose) |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
execute in interface org.apache.maven.plugin.Mojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic boolean isVerbose()
public void setVerbose(boolean verbose)
public boolean isSkip()
public void setSkip(boolean skip)
public void setLog(org.apache.maven.plugin.logging.Log log)
setLog in interface org.apache.maven.plugin.Mojopublic org.apache.maven.plugin.logging.Log getLog()
getLog in interface org.apache.maven.plugin.Mojopublic String getIndexName()
public void setIndexName(String indexName)
Copyright © 2016 JBoss by Red Hat. All rights reserved.