
public class ValidatorMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
ValidatorMojo()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 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()
Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)