org.codehaus.mojo.jaxb2
Class AbstractSchemagenMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jaxb2.AbstractSchemagenMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
- Direct Known Subclasses:
- SchemagenMojo, TestSchemagenMojo
public abstract class AbstractSchemagenMojo
- extends AbstractMojo
- Since:
- 1.3
- Author:
- rfscholte
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSchemagenMojo
public AbstractSchemagenMojo()
execute
public void execute()
throws MojoExecutionException,
MojoFailureException
- Throws:
MojoExecutionException
MojoFailureException
getOutputDirectory
protected abstract File getOutputDirectory()
getCompileSourceRoots
protected abstract List<String> getCompileSourceRoots()
getClasspathElements
protected abstract List<String> getClasspathElements(MavenProject project)
throws DependencyResolutionRequiredException
- Throws:
DependencyResolutionRequiredException
Copyright © 2005-2012 Codehaus. All Rights Reserved.