|
||||||||||
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.AbstractClassesCommitMojo
org.jomc.mojo.TestClassesCommitMojo
public final class TestClassesCommitMojo
Commits model objects to a projects' test classes.
Field Summary |
---|
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
TestClassesCommitMojo()
Creates a new TestClassesCommitMojo instance. |
Method Summary | |
---|---|
protected ClassLoader |
getClassesClassLoader()
Gets the class loader to use for committing class file model objects. |
protected File |
getClassesDirectory()
Gets the directory holding the class files to commit model objects to. |
protected String |
getClassesModuleName()
Gets the name of the module to commit class file model objects of. |
protected String |
getExecutionStrategy()
Gets the execution strategy of the instance. |
protected String |
getGoal()
Gets the goal of the instance. |
Methods inherited from class org.jomc.mojo.AbstractClassesCommitMojo |
---|
assertValidParameters, executeTool, getTransformers, getTransformers |
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 TestClassesCommitMojo()
TestClassesCommitMojo
instance.
Method Detail |
---|
protected String getClassesModuleName() throws MojoExecutionException
AbstractClassesCommitMojo
getClassesModuleName
in class AbstractClassesCommitMojo
MojoExecutionException
- if getting the name fails.protected ClassLoader getClassesClassLoader() throws MojoExecutionException
AbstractClassesCommitMojo
getClassesClassLoader
in class AbstractClassesCommitMojo
MojoExecutionException
- if getting the class loader fails.protected File getClassesDirectory() throws MojoExecutionException
AbstractClassesCommitMojo
getClassesDirectory
in class AbstractClassesCommitMojo
MojoExecutionException
- if getting the directory fails.protected String getGoal() throws MojoExecutionException
AbstractJomcMojo
getGoal
in class AbstractJomcMojo
MojoExecutionException
- if getting the goal of the instance fails.protected String getExecutionStrategy() throws MojoExecutionException
AbstractJomcMojo
getExecutionStrategy
in class AbstractJomcMojo
MojoExecutionException
- if getting the execution strategy of the instance 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. |