|
||||||||||
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.AbstractSourcesManageMojo
org.jomc.mojo.MainSourcesManageMojo
public final class MainSourcesManageMojo
Manages a projects' main source files.
Field Summary |
---|
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
MainSourcesManageMojo()
Creates a new MainSourcesManageMojo instance. |
Method Summary | |
---|---|
protected String |
getExecutionStrategy()
Gets the execution strategy of the instance. |
protected String |
getGoal()
Gets the goal of the instance. |
protected ClassLoader |
getSourcesClassLoader()
Gets the class loader to use for managing source code files. |
protected File |
getSourcesDirectory()
Gets the directory holding the source code files to manage. |
protected String |
getSourcesModuleName()
Gets the name of the module to manage source code files of. |
Methods inherited from class org.jomc.mojo.AbstractSourcesManageMojo |
---|
executeTool |
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 MainSourcesManageMojo()
MainSourcesManageMojo
instance.
Method Detail |
---|
protected String getSourcesModuleName() throws MojoExecutionException
AbstractSourcesManageMojo
getSourcesModuleName
in class AbstractSourcesManageMojo
MojoExecutionException
- if getting the name fails.protected ClassLoader getSourcesClassLoader() throws MojoExecutionException
AbstractSourcesManageMojo
getSourcesClassLoader
in class AbstractSourcesManageMojo
MojoExecutionException
- if getting the class loader fails.protected File getSourcesDirectory() throws MojoExecutionException
AbstractSourcesManageMojo
getSourcesDirectory
in class AbstractSourcesManageMojo
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. |