Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
A
add(URL)
- Method in interface org.codehaus.gmaven.runtime.util.
Compiler
add(File)
- Method in interface org.codehaus.gmaven.runtime.util.
Compiler
ALL
- Static variable in interface org.codehaus.gmaven.runtime.
ClassCompiler.Keys
ALL
- Static variable in interface org.codehaus.gmaven.runtime.
Shell.Keys
ANT_BUILDER
- Static variable in interface org.codehaus.gmaven.runtime.util.
MagicAttribute
ARGS
- Static variable in interface org.codehaus.gmaven.runtime.
Shell.Keys
B
body
- Variable in class org.codehaus.gmaven.runtime.util.
ClassSource
C
call(Object[])
- Method in interface org.codehaus.gmaven.runtime.util.
Callable
Callable
- Interface in
org.codehaus.gmaven.runtime.util
Provides a simple way to represent a Groovy closure w/o the actual closure.
ClassCompiler
- Interface in
org.codehaus.gmaven.runtime
Groovy class compiler abstraction.
ClassCompiler.Keys
- Interface in
org.codehaus.gmaven.runtime
ClassFactory
- Interface in
org.codehaus.gmaven.runtime
Provides an abstraction to load Groovy classes.
ClassSource
- Class in
org.codehaus.gmaven.runtime.util
Container which provides defails about a Groovy scripts source.
ClassSource(URL)
- Constructor for class org.codehaus.gmaven.runtime.util.
ClassSource
ClassSource(File)
- Constructor for class org.codehaus.gmaven.runtime.util.
ClassSource
ClassSource(ClassSource.Body)
- Constructor for class org.codehaus.gmaven.runtime.util.
ClassSource
ClassSource.Body
- Class in
org.codehaus.gmaven.runtime.util
ClassSource.Body(String, String, InputStream)
- Constructor for class org.codehaus.gmaven.runtime.util.
ClassSource.Body
ClassSource.Body(String)
- Constructor for class org.codehaus.gmaven.runtime.util.
ClassSource.Body
codeBase
- Variable in class org.codehaus.gmaven.runtime.util.
ClassSource.Body
COLOR
- Static variable in interface org.codehaus.gmaven.runtime.
Shell.Keys
compile()
- Method in interface org.codehaus.gmaven.runtime.util.
Compiler
Compiler
- Interface in
org.codehaus.gmaven.runtime.util
A common interface for compiler components.
Console
- Interface in
org.codehaus.gmaven.runtime
An abstraction of the Groovy GUI console.
create(ClassSource, ClassLoader, ResourceLoader)
- Method in interface org.codehaus.gmaven.runtime.
ClassFactory
create(ClassSource, ClassLoader)
- Method in interface org.codehaus.gmaven.runtime.
ClassFactory
create(String, ClassLoader, ResourceLoader)
- Method in interface org.codehaus.gmaven.runtime.
ClassFactory
create(String, ClassLoader)
- Method in interface org.codehaus.gmaven.runtime.
ClassFactory
D
DEBUG
- Static variable in interface org.codehaus.gmaven.runtime.
ClassCompiler.Keys
DEBUG
- Static variable in interface org.codehaus.gmaven.runtime.
Shell.Keys
DEFAULT_SCRIPT_EXTENSION
- Static variable in interface org.codehaus.gmaven.runtime.
ClassCompiler.Keys
E
execute(ClassLoader)
- Method in interface org.codehaus.gmaven.runtime.
Console
execute(ClassSource, ClassLoader, ResourceLoader, Configuration)
- Method in interface org.codehaus.gmaven.runtime.
ScriptExecutor
execute(ClassLoader)
- Method in interface org.codehaus.gmaven.runtime.
Shell
F
file
- Variable in class org.codehaus.gmaven.runtime.util.
ClassSource
filter(String)
- Method in interface org.codehaus.gmaven.runtime.
TraceSanitizer
filter(Class)
- Method in interface org.codehaus.gmaven.runtime.
TraceSanitizer
forValue(String)
- Static method in class org.codehaus.gmaven.runtime.util.
ClassSource
G
getClassPath()
- Method in interface org.codehaus.gmaven.runtime.util.
Compiler
getTargetDirectory()
- Method in interface org.codehaus.gmaven.runtime.util.
Compiler
I
input
- Variable in class org.codehaus.gmaven.runtime.util.
ClassSource.Body
K
KEY
- Static variable in interface org.codehaus.gmaven.runtime.
ClassCompiler
KEY
- Static variable in interface org.codehaus.gmaven.runtime.
ClassFactory
KEY
- Static variable in interface org.codehaus.gmaven.runtime.
Console
KEY
- Static variable in interface org.codehaus.gmaven.runtime.
ScriptExecutor
KEY
- Static variable in interface org.codehaus.gmaven.runtime.
Shell
KEY
- Static variable in interface org.codehaus.gmaven.runtime.
StubCompiler
KEY
- Static variable in interface org.codehaus.gmaven.runtime.
TraceSanitizer
L
LEGACY
- Static variable in interface org.codehaus.gmaven.runtime.
Shell.Keys
loadResource(String)
- Method in interface org.codehaus.gmaven.runtime.util.
ResourceLoader
M
MagicAttribute
- Interface in
org.codehaus.gmaven.runtime.util
Provides some hackish wizardy...
N
name
- Variable in class org.codehaus.gmaven.runtime.util.
ClassSource.Body
O
org.codehaus.gmaven.runtime
- package org.codehaus.gmaven.runtime
org.codehaus.gmaven.runtime.util
- package org.codehaus.gmaven.runtime.util
P
print(Throwable, PrintWriter, boolean)
- Method in interface org.codehaus.gmaven.runtime.
TraceSanitizer
print(Throwable, PrintWriter)
- Method in interface org.codehaus.gmaven.runtime.
TraceSanitizer
print(Throwable)
- Method in interface org.codehaus.gmaven.runtime.
TraceSanitizer
Q
QUIET
- Static variable in interface org.codehaus.gmaven.runtime.
Shell.Keys
R
ResourceLoader
- Interface in
org.codehaus.gmaven.runtime.util
Abstraction of something that loads resources by name.
S
sanitize(Throwable, boolean)
- Method in interface org.codehaus.gmaven.runtime.
TraceSanitizer
sanitize(Throwable)
- Method in interface org.codehaus.gmaven.runtime.
TraceSanitizer
SCRIPT_BASE_CLASSNAME
- Static variable in interface org.codehaus.gmaven.runtime.
ClassCompiler.Keys
ScriptExecutor
- Interface in
org.codehaus.gmaven.runtime
Provides an abstraction to execute Groovy scripts.
setClassPath(URL[])
- Method in interface org.codehaus.gmaven.runtime.util.
Compiler
setTargetDirectory(File)
- Method in interface org.codehaus.gmaven.runtime.util.
Compiler
Shell
- Interface in
org.codehaus.gmaven.runtime
An abstraction of the Groovy CLI shell.
Shell.Keys
- Interface in
org.codehaus.gmaven.runtime
SOURCE_ENCODING
- Static variable in interface org.codehaus.gmaven.runtime.
ClassCompiler.Keys
SOURCE_ENCODING
- Static variable in interface org.codehaus.gmaven.runtime.
StubCompiler.Keys
sources()
- Method in interface org.codehaus.gmaven.runtime.util.
Compiler
StubCompiler
- Interface in
org.codehaus.gmaven.runtime
Groovy Groovy to Java stub compiler abstraction.
StubCompiler.Keys
- Interface in
org.codehaus.gmaven.runtime
T
TARGET_BYTECODE
- Static variable in interface org.codehaus.gmaven.runtime.
ClassCompiler.Keys
TERMINAL
- Static variable in interface org.codehaus.gmaven.runtime.
Shell.Keys
TOLERANCE
- Static variable in interface org.codehaus.gmaven.runtime.
ClassCompiler.Keys
toString()
- Method in class org.codehaus.gmaven.runtime.util.
ClassSource.Body
toString()
- Method in class org.codehaus.gmaven.runtime.util.
ClassSource
TraceSanitizer
- Interface in
org.codehaus.gmaven.runtime
Provides an abstraction to sanatize Groovy stack-traces.
U
url
- Variable in class org.codehaus.gmaven.runtime.util.
ClassSource
V
VERBOSE
- Static variable in interface org.codehaus.gmaven.runtime.
ClassCompiler.Keys
VERBOSE
- Static variable in interface org.codehaus.gmaven.runtime.
Shell.Keys
W
WARNING_LEVEL
- Static variable in interface org.codehaus.gmaven.runtime.
ClassCompiler.Keys
A
B
C
D
E
F
G
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2006-2012
Codehaus
. All Rights Reserved.