public abstract class AbstractGenerateSourcesMojo
extends org.apache.maven.plugin.AbstractMojo
| Constructor and Description |
|---|
AbstractGenerateSourcesMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
addCompileSourceRoot() |
void |
execute()
Execute the Mojo.
|
protected abstract String[] |
getDefaultLocales() |
protected abstract String[] |
getExcludes() |
protected abstract File |
getSourceDirectory() |
protected abstract File |
getTargetDirectory() |
protected abstract String |
getTargetType() |
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionprotected abstract String getTargetType()
protected abstract String[] getDefaultLocales()
protected abstract String[] getExcludes()
protected abstract File getSourceDirectory()
protected abstract File getTargetDirectory()
protected abstract void addCompileSourceRoot()
throws IOException
IOExceptionCopyright © 2001-2012 Apache Software Foundation. All Rights Reserved.