|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.jomc.mojo.AbstractJomcMojo
org.jomc.mojo.AbstractClassesValidateMojo
public abstract class AbstractClassesValidateMojo
Base class for validating class file model objects.
Field Summary |
---|
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
AbstractClassesValidateMojo()
Creates a new AbstractClassesValidateMojo instance. |
Method Summary | |
---|---|
protected void |
executeTool()
Executes this tool. |
protected abstract ClassLoader |
getClassesClassLoader()
Gets the class loader to use for validating class file model objects. |
protected abstract File |
getClassesDirectory()
Gets the directory holding the class files to validate model objects of. |
protected abstract String |
getClassesModuleName()
Gets the name of the module to validate class file model objects of. |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
---|
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractClassesValidateMojo()
AbstractClassesValidateMojo
instance.
Method Detail |
---|
protected final void executeTool() throws Exception
AbstractJomcMojo
executeTool
in class AbstractJomcMojo
Exception
- if execution of this tool fails.protected abstract String getClassesModuleName() throws MojoExecutionException
MojoExecutionException
- if getting the name fails.protected abstract ClassLoader getClassesClassLoader() throws MojoExecutionException
MojoExecutionException
- if getting the class loader fails.protected abstract File getClassesDirectory() throws MojoExecutionException
MojoExecutionException
- if getting the directory fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2005-2012 The JOMC Project. All Rights Reserved. |