|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.gmaven.plugin.MojoSupport
org.codehaus.gmaven.plugin.ProviderMojoSupport
org.codehaus.gmaven.plugin.ComponentMojoSupport
org.codehaus.gmaven.plugin.CompilerMojoSupport
org.codehaus.gmaven.plugin.compile.AbstractCompileMojo
public abstract class AbstractCompileMojo
Support for compile mojos that generate classes.
| Field Summary |
|---|
| Fields inherited from class org.codehaus.gmaven.plugin.CompilerMojoSupport |
|---|
classpath, compileState, sources, testSources |
| Fields inherited from class org.codehaus.gmaven.plugin.ProviderMojoSupport |
|---|
pluginArtifactMap |
| Fields inherited from class org.codehaus.gmaven.plugin.MojoSupport |
|---|
artifactFactory, artifactMetadataSource, artifactRepository, artifactResolver, log, project, remoteRepositories |
| Fields inherited from interface org.codehaus.gmaven.runtime.ClassCompiler.Keys |
|---|
ALL, DEBUG, DEFAULT_SCRIPT_EXTENSION, INVOKE_DYNAMIC, SCRIPT_BASE_CLASSNAME, SOURCE_ENCODING, TARGET_BYTECODE, TOLERANCE, VERBOSE, WARNING_LEVEL |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
protected |
AbstractCompileMojo()
|
| Method Summary | |
|---|---|
protected void |
compile(ClassCompiler compiler,
org.apache.maven.shared.model.fileset.FileSet[] sources)
|
protected abstract Set |
getForcedCompileSources()
|
protected void |
process(org.codehaus.gmaven.feature.Component component)
|
| Methods inherited from class org.codehaus.gmaven.plugin.CompilerMojoSupport |
|---|
addSourceRoot, getDefaultSources, getExcludesFrom, getIncludesFrom, getOutputDirectory, getSourceRoots, getSources, getUserClassspathElements, scanForSources, scanForSources |
| Methods inherited from class org.codehaus.gmaven.plugin.ComponentMojoSupport |
|---|
configure, doExecute, feature, feature |
| Methods inherited from class org.codehaus.gmaven.plugin.ProviderMojoSupport |
|---|
detectCompatibleProvider, getProviderManager, getProviderSelection, provider |
| Methods inherited from class org.codehaus.gmaven.plugin.MojoSupport |
|---|
createArtifact, createClassPath, execute, getArtifact, getProjectClasspathElements, resolveArtifact |
| 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 |
|---|
protected AbstractCompileMojo()
| Method Detail |
|---|
protected abstract Set getForcedCompileSources()
protected void process(org.codehaus.gmaven.feature.Component component)
throws Exception
process in class ComponentMojoSupportException
protected void compile(ClassCompiler compiler,
org.apache.maven.shared.model.fileset.FileSet[] sources)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||