Package org.codehaus.gmavenplus.mojo
Class AbstractGroovySourcesMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
org.codehaus.gmavenplus.mojo.AbstractGroovySourcesMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
AbstractCompileMojo,AbstractGroovyDocMojo,AbstractGroovyStubSourcesMojo,AddSourcesMojo,AddTestSourcesMojo
This mojo provides access to the Groovy sources.
- Since:
- 1.0-beta-2
- Author:
- Keegan Witt
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final StringMain source directory name.protected static final StringTest source directory name.Fields inherited from class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
classWrangler, GROOVY_1_5_0, GROOVY_SOURCES_PATTERN, JAVA_1_7, JAVA_1_8, JAVA_12, JAVA_SOURCES_PATTERN, minGroovyVersion, mojoExecution, pluginArtifacts, project, sessionFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFiles(org.apache.maven.shared.model.fileset.FileSet[] fromSources, boolean includeJavaSources) Gets the set of included files from the specified source files or source directory (if sources are null).protected org.apache.maven.shared.model.fileset.FileSet[]getFilesets(org.apache.maven.shared.model.fileset.FileSet[] fromSources, boolean includeJavaSources) Gets the set of included filesets from the specified source files or source directory (if sources are null).getTestFiles(org.apache.maven.shared.model.fileset.FileSet[] fromSources, boolean includeJavaSources) Gets the set of included files from the specified source files or source directory (if sources are null).protected org.apache.maven.shared.model.fileset.FileSet[]getTestFilesets(org.apache.maven.shared.model.fileset.FileSet[] fromSources, boolean includeJavaSources) Gets the set of included filesets from the specified source files or source directory (if sources are null).Methods inherited from class org.codehaus.gmavenplus.mojo.AbstractGroovyMojo
getJavaVersion, getJavaVersionString, groovyAtLeast, groovyIs, groovyNewerThan, groovyOlderThan, groovyVersionSupportsAction, isGroovyIndy, isJavaSupportIndy, isJavaSupportParameters, isJavaSupportPreviewFeatures, logPluginClasspath, setupClassWranglerMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.plugin.Mojo
execute
-
Field Details
-
MAIN
Main source directory name.- See Also:
-
TEST
Test source directory name.- See Also:
-
-
Constructor Details
-
AbstractGroovySourcesMojo
public AbstractGroovySourcesMojo()
-
-
Method Details