JavaScript is disabled on your browser.
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
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
C
createExecutor()
- Method in
StandardWorkerAppExecutorFactory
Creates an executor that can work with a set of parameters.
createExecutor()
- Method in
WorkerAppExecutorFactory
Creates an executor that can work with a set of parameters.
D
E
executeAndInterpret(Class<?>, List<String>)
- Method in
StandardWorkerAppExecutor
Executes a static method on the given class, or instantiates the class and executes a given method on the instance.
executeWith(P)
- Method in
WorkerAppExecutor
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
SerializableWorkerAppParameters
- Interface in
org.ysb33r.grolifant.api.remote.worker
StandardWorkerAppExecutor
- Interface in
org.ysb33r.grolifant.api.remote.worker
An executor and result interpreter for a standard class.
StandardWorkerAppExecutorFactory
- Class in
org.ysb33r.grolifant.api.remote.worker
Run a JVM main class in a worker.
StandardWorkerAppExecutorFactory(StandardWorkerAppExecutor)
- Constructor in
StandardWorkerAppExecutorFactory
StandardWorkerAppMainExecutorFactory
- Class in
org.ysb33r.grolifant.api.remote.worker
Run a JVM main class in a worker.
StandardWorkerAppMainExecutorFactory()
- Constructor in
StandardWorkerAppMainExecutorFactory
StandardWorkerAppParameters
- Class in
org.ysb33r.grolifant.api.remote.worker
Standard parameters for running a JVM process inside a worker.
T
U
V
W
WorkerAppExecutor
- Interface in
org.ysb33r.grolifant.api.remote.worker
Wrapper interface for executing JVM code in a worker.
WorkerAppExecutorFactory
- Interface in
org.ysb33r.grolifant.api.remote.worker
Simplifies the setup for JVM workers, but always abstracts away from API differences between some Gradle versions.
WorkerExecutionException
- Class in
org.ysb33r.grolifant.api.remote.worker
Used when a worker cannot be executed.
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
_
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
Groovy Documentation