public class ValidatorMojo
extends 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 MojoExecutionException, MojoFailureException
MojoExecutionException
- Thrown if the plugin cant be executedMojoFailureException
- 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 © 2013 IronJacamar (http://www.ironjacamar.org)