public abstract class AbstractGroovyStubSourcesMojo extends AbstractGroovySourcesMojo
| Modifier and Type | Field and Description |
|---|---|
protected java.io.File |
stubsOutputDirectory
The location for the compiled classes.
|
protected java.io.File |
testStubsOutputDirectory
The location for the compiled test classes.
|
MAIN, sources, TEST, testSourcesclassWrangler, GROOVY_1_5_0, GROOVY_SOURCES_PATTERN, JAVA_1_7, JAVA_SOURCES_PATTERN, minGroovyVersion, mojoExecution, pluginArtifacts, project, session, skipTests| Constructor and Description |
|---|
AbstractGroovyStubSourcesMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<java.io.File> |
getStubs()
Gets the set of files of the main stubs.
|
protected java.util.Set<java.io.File> |
getTestStubs()
Gets the set of files of the test stubs.
|
getFiles, getFilesets, getSourceRoots, getSourceRoots, getSources, getSources, getTestSourceRoots, getTestSourceRoots, getTestSources, getTestSources, setSources, setTestSourcesgetJavaVersion, getJavaVersionString, groovyVersionSupportsAction, isJavaSupportIndy, logPluginClasspathgetLog, getPluginContext, setLog, setPluginContextprotected java.io.File stubsOutputDirectory
protected java.io.File testStubsOutputDirectory
protected java.util.Set<java.io.File> getStubs()
protected java.util.Set<java.io.File> getTestStubs()