|
||||||||||
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
org.codehaus.groovy.maven.plugin.compile.CompileMojo
public class CompileMojo
Compiles Groovy sources.
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 | |
---|---|
CompileMojo()
|
Method Summary | |
---|---|
protected org.apache.maven.shared.model.fileset.FileSet[] |
getDefaultSources()
|
protected java.util.Set |
getForcedCompileSources()
|
protected java.io.File |
getOutputDirectory()
|
protected java.util.List |
getProjectClasspathElements()
|
protected java.util.List |
getSourceRoots()
|
Methods inherited from class org.codehaus.groovy.maven.plugin.compile.AbstractCompileMojo |
---|
compile, process |
Methods inherited from class org.codehaus.groovy.maven.plugin.CompilerMojoSupport |
---|
addSourceRoot, getExcludesFrom, getIncludesFrom, 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, 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 |
---|
public CompileMojo()
Method Detail |
---|
protected java.util.List getProjectClasspathElements() throws org.apache.maven.artifact.DependencyResolutionRequiredException
getProjectClasspathElements
in class MojoSupport
org.apache.maven.artifact.DependencyResolutionRequiredException
protected java.io.File getOutputDirectory()
getOutputDirectory
in class CompilerMojoSupport
protected java.util.List getSourceRoots()
getSourceRoots
in class CompilerMojoSupport
protected org.apache.maven.shared.model.fileset.FileSet[] getDefaultSources()
getDefaultSources
in class CompilerMojoSupport
protected java.util.Set getForcedCompileSources()
getForcedCompileSources
in class AbstractCompileMojo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |