A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

B

buildDirectory - Property in GroovyLayout
The build directory.

C

clean() - Method in GroovyPlugin
Cleans the build directory by completely deleting it.
compile(java.nio.file.Path, java.nio.file.Path, List<Map<String, Object>>, java.nio.file.Path) - Method in GroovyPlugin
Compiles an arbitrary source directory to an arbitrary build directory.
compileMain() - Method in GroovyPlugin
Compiles the main Groovy files (src/main/groovy by default).
compilerArguments - Property in GroovySettings
Additional compiler arguments.
compileTest() - Method in GroovyPlugin
Compiles the test Groovy files (src/test/groovy by default).
copyResources(java.nio.file.Path, java.nio.file.Path) - Method in GroovyPlugin
Copies the resource files from the source directory to the build directory.

D

dependencyPlugin - Property in GroovyPlugin
docArguments - Property in GroovySettings
Additional groovydoc arguments.
docDirectory - Property in GroovyLayout
The documentation directory.
document() - Method in GroovyPlugin
Creates the project's Groovydoc.

E

ERROR_MESSAGE - Field in GroovyPlugin

F

filePlugin - Property in GroovyPlugin

G

groovycPath - Property in GroovyPlugin
groovyDocPath - Property in GroovyPlugin
groovyHome - Property in GroovyPlugin
GroovyLayout - Class in org.savantbuild.plugin.groovy
Layout class that defines the directories used by the Groovy plugin.
GroovyLayout() - Constructor in GroovyLayout
GroovyPlugin - Class in org.savantbuild.plugin.groovy
The Groovy plugin.
GroovyPlugin(org.savantbuild.domain.Project, org.savantbuild.runtime.RuntimeConfiguration, org.savantbuild.output.Output) - Constructor in GroovyPlugin
GroovySettings - Class in org.savantbuild.plugin.groovy
Settings class that defines the settings used by the Groovy plugin.
GroovySettings() - Constructor in GroovySettings
groovyVersion - Property in GroovySettings
Configures the groovy version to use for compilation.

H

I

indy - Property in GroovySettings
Determines if the compiler should generate code that uses invokedynamic.

J

jar(java.nio.file.Path, java.nio.file.Path) - Method in GroovyPlugin
Creates a single Jar file by adding all of the files in the given directories.
jarManifest - Property in GroovySettings
jarOutputDirectory - Property in GroovyLayout
The jar build directory.
JAVA_ERROR_MESSAGE - Field in GroovyPlugin
javaHome - Property in GroovyPlugin
javaProperties - Property in GroovyPlugin
javaVersion - Property in GroovySettings
Configures the Java version to use for compilation.
jvmArguments - Property in GroovySettings
A list of JVM arguments that are used when invoking groovy or groovyc commands.

K

L

layout - Property in GroovyPlugin

M

mainBuildDirectory - Property in GroovyLayout
The main build directory.
mainDependencies - Property in GroovySettings
The list of dependencies to include on the classpath when groovyc is called to compile the main Groovy source files.
mainResourceDirectory - Property in GroovyLayout
The main resource directory.
mainSourceDirectory - Property in GroovyLayout
The main source directory.

N

O

P

properties - Property in GroovyPlugin

Q

R

S

settings - Property in GroovyPlugin

T

testBuildDirectory - Property in GroovyLayout
The test build directory.
testDependencies - Property in GroovySettings
The list of dependencies to include on the classpath when groovyc is called to compile the test Groovy source files.
testResourceDirectory - Property in GroovyLayout
The test resource directory.
testSourceDirectory - Property in GroovyLayout
The test source directory.

U

V

W

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _