public abstract class AbstractMappingMojo extends AbstractMojo
| Constructor and Description |
|---|
AbstractMappingMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected abstract String |
getClassName()
Returns the class name.
|
protected abstract String |
getMappingName()
Returns the name of the mapping file.
|
protected ClassLoader |
getProjectClassLoader()
Returns the private project
ClassLoader. |
getLog, getPluginContext, setLog, setPluginContextpublic void execute()
throws MojoExecutionException,
MojoFailureException
MojoExecutionExceptionMojoFailureExceptionMojo.execute()protected ClassLoader getProjectClassLoader() throws DependencyResolutionRequiredException, MalformedURLException
ClassLoader.ClassLoader.DependencyResolutionRequiredException - If a dependecy cannot be resolved.MalformedURLException - If an URL is malformed.protected abstract String getClassName()
protected abstract String getMappingName()
Copyright © 2005-2015 Codehaus. All Rights Reserved.