public abstract class AbstractPanMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected File |
sourceDirectory
root directory of pan sources
|
protected boolean |
verbose
print compilation summary
|
protected String |
warnings
warnings flag ("ON", "OFF", or "FATAL")
|
| Constructor and Description |
|---|
AbstractPanMojo() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
execute() |
protected CompilerOptions.DeprecationWarnings |
warningsFromString(String s) |
protected File sourceDirectory
protected boolean verbose
protected String warnings
public abstract void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected CompilerOptions.DeprecationWarnings warningsFromString(String s) throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2014 Quattor. All Rights Reserved.