public final class TestSourcesManageMojo extends AbstractSourcesManageMojo
Constructor and Description |
---|
TestSourcesManageMojo()
Creates a new
TestSourcesManageMojo instance. |
Modifier and Type | Method and Description |
---|---|
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.
|
executeTool
assertValidParameters, assertValidResources, createClassFileProcessor, createJomcTool, createModelContext, createObject, createResourceFileProcessor, createSourceFileProcessor, execute, getAbsoluteFile, getDirectory, getMainClassLoader, getMainClasspathElements, getMavenProject, getMavenSession, getModel, getModel, getModuleName, getOutputDirectory, getProperties, getReportOutputDirectory, getResource, getSessionDirectory, getSourceDirectory, getTestClassLoader, getTestClasspathElements, getTestModuleName, getTestOutputDirectory, getTestSourceDirectory, getTransformer, isClassProcessingEnabled, isExecutionPermitted, isLoggable, isModelObjectClasspathResolutionEnabled, isModelProcessingEnabled, isResourceProcessingEnabled, isSourceProcessingEnabled, isVerbose, log, log, logMissingModule, logProcessingModel, logProcessingModule, logSeparator, logSeparator, logToolSuccess, setClassProcessingEnabled, setModelObjectClasspathResolutionEnabled, setModelProcessingEnabled, setResourceProcessingEnabled, setSourceProcessingEnabled, setupJomcTool, setupModelContext, setVerbose
getLog, getPluginContext, setLog, setPluginContext
public TestSourcesManageMojo()
TestSourcesManageMojo
instance.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.Copyright © 2005–2014 The JOMC Project. All rights reserved.