|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.jboss.jca.validator.maven.ValidatorMojo
public class ValidatorMojo

A ValidatorMojo.
| Field Summary |
|---|
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
ValidatorMojo()
Constructor |
|
| Method Summary | |
|---|---|
void |
execute()
Execute |
String[] |
getClasspath()
Get the classpath. |
String |
getOutputDir()
Get the output directory. |
File |
getRarFile()
Get the rarFile. |
void |
setClasspath(String[] classpath)
Set the classpath. |
void |
setOutputDir(String outputDir)
Set the output directory. |
void |
setRarFile(File rarFile)
Set the rarFile. |
| 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 |
| Constructor Detail |
|---|
public ValidatorMojo()
| Method Detail |
|---|
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException - Thrown if the plugin cant be executed
org.apache.maven.plugin.MojoFailureException - Thrown if there is an errorpublic String getOutputDir()
public void setOutputDir(String outputDir)
outputDir - The outputDir to set.public File getRarFile()
public void setRarFile(File rarFile)
rarFile - The rarFile to set.public void setClasspath(String[] classpath)
classpath - The classpath to set.public String[] getClasspath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||