public abstract class AbstractMappingMojo
extends org.apache.maven.plugin.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 . |
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Mojo.execute()
protected ClassLoader getProjectClassLoader() throws org.apache.maven.artifact.DependencyResolutionRequiredException, MalformedURLException
ClassLoader
.ClassLoader
.org.apache.maven.artifact.DependencyResolutionRequiredException
- If a dependecy cannot be resolved.MalformedURLException
- If an URL is malformed.protected abstract String getClassName()
protected abstract String getMappingName()
Copyright © 2005–2017 MojoHaus. All rights reserved.