|
||||||||||
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.groovy.maven.plugin.MojoSupport
org.codehaus.groovy.maven.plugin.ProviderMojoSupport
org.codehaus.groovy.maven.plugin.ComponentMojoSupport
org.codehaus.groovy.maven.plugin.CompilerMojoSupport
org.codehaus.groovy.maven.plugin.compile.AbstractCompileMojo
public abstract class AbstractCompileMojo
Support for compile mojos that generate classes.
Field Summary |
---|
Fields inherited from class org.codehaus.groovy.maven.plugin.CompilerMojoSupport |
---|
classpath, compileState, sources |
Fields inherited from class org.codehaus.groovy.maven.plugin.ProviderMojoSupport |
---|
pluginArtifactMap |
Fields inherited from class org.codehaus.groovy.maven.plugin.MojoSupport |
---|
artifactFactory, artifactMetadataSource, artifactRepository, artifactResolver, log, project, remoteRepositories |
Fields inherited from interface org.codehaus.groovy.maven.runtime.ClassCompiler.Keys |
---|
ALL, DEBUG, DEFAULT_SCRIPT_EXTENSION, 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 java.util.Set |
getForcedCompileSources()
|
protected void |
process(Component component)
|
Methods inherited from class org.codehaus.groovy.maven.plugin.CompilerMojoSupport |
---|
addSourceRoot, getDefaultSources, getExcludesFrom, getIncludesFrom, getOutputDirectory, getSourceRoots, getUserClassspathElements, scanForSources, scanForSources |
Methods inherited from class org.codehaus.groovy.maven.plugin.ComponentMojoSupport |
---|
configure, doExecute, feature, feature |
Methods inherited from class org.codehaus.groovy.maven.plugin.ProviderMojoSupport |
---|
contextualize, getProviderManager, getProviderSelection, provider |
Methods inherited from class org.codehaus.groovy.maven.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 java.util.Set getForcedCompileSources()
protected void process(Component component) throws java.lang.Exception
process
in class ComponentMojoSupport
java.lang.Exception
protected void compile(ClassCompiler compiler, org.apache.maven.shared.model.fileset.FileSet[] sources) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |