public abstract class AbstractGroovySourcesMojo extends AbstractGroovyMojo
| Modifier and Type | Field and Description |
|---|---|
protected static String |
MAIN
Main source directory name.
|
protected static String |
TEST
Test source directory name.
|
classWrangler, GROOVY_1_5_0, GROOVY_SOURCES_PATTERN, JAVA_1_7, JAVA_1_8, JAVA_12, JAVA_SOURCES_PATTERN, minGroovyVersion, mojoExecution, pluginArtifacts, project, session| Constructor and Description |
|---|
AbstractGroovySourcesMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected SortedSet<File> |
getFiles(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).
|
protected SortedSet<File> |
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).
|
getJavaVersion, getJavaVersionString, groovyAtLeast, groovyIs, groovyNewerThan, groovyOlderThan, groovyVersionSupportsAction, isGroovyIndy, isJavaSupportIndy, isJavaSupportParameters, isJavaSupportPreviewFeatures, logPluginClasspath, setupClassWranglergetLog, getPluginContext, setLog, setPluginContextprotected static final String MAIN
protected static final String TEST
protected SortedSet<File> getFiles(org.apache.maven.shared.model.fileset.FileSet[] fromSources, boolean includeJavaSources)
fromSources - The sources to get the included files fromincludeJavaSources - Whether to include Java sourcesprotected SortedSet<File> getTestFiles(org.apache.maven.shared.model.fileset.FileSet[] fromSources, boolean includeJavaSources)
fromSources - The sources to get the included files fromincludeJavaSources - Whether to include Java sourcesprotected org.apache.maven.shared.model.fileset.FileSet[] getFilesets(org.apache.maven.shared.model.fileset.FileSet[] fromSources,
boolean includeJavaSources)
fromSources - The sources to get the included files fromincludeJavaSources - Whether to include Java sourcesprotected org.apache.maven.shared.model.fileset.FileSet[] getTestFilesets(org.apache.maven.shared.model.fileset.FileSet[] fromSources,
boolean includeJavaSources)
fromSources - The sources to get the included files fromincludeJavaSources - Whether to include Java sourcesCopyright © 2011–2025. All rights reserved.