public class ValidatorMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
ValidatorMojo()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute
|
java.lang.String[] |
getClasspath()
Get the classpath.
|
java.lang.String |
getOutputDir()
Get the output directory.
|
java.io.File |
getRarFile()
Get the rarFile.
|
void |
setClasspath(java.lang.String[] classpath)
Set the classpath.
|
void |
setOutputDir(java.lang.String outputDir)
Set the output directory.
|
void |
setRarFile(java.io.File rarFile)
Set the rarFile.
|
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 executedorg.apache.maven.plugin.MojoFailureException - Thrown if there is an errorpublic java.lang.String getOutputDir()
public void setOutputDir(java.lang.String outputDir)
outputDir - The outputDir to set.public java.io.File getRarFile()
public void setRarFile(java.io.File rarFile)
rarFile - The rarFile to set.public void setClasspath(java.lang.String[] classpath)
classpath - The classpath to set.public java.lang.String[] getClasspath()
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)