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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final StringMain source directory name.protected static final StringTest source directory name.Fields inherited from class 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 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.plugin.Mojo
execute
-
Field Details
-
MAIN
-
TEST
-
-
Constructor Details
-
AbstractGroovySourcesMojo
public AbstractGroovySourcesMojo()
-
-
Method Details