See: Description
Class | Description |
---|---|
ConfigMethodInvoker |
Utilities for searching for methods of configurable objects.
|
DefaultConfigDelegate |
Default Groovy delegate for configuring commands of evaluator components.
|
EvalScript |
Base class for evaluator configuration scripts.
|
EvalScriptEngine |
Load and process configuration files.
|
GroovyActionTask<K> |
A basic Eval task that executes a Groovy action.
|
LenskitAntBuilder |
Customized Ant builder that doesn't run tasks.
|
TargetDelegate |
Delegate to build a target.
|
Annotation Type | Description |
---|---|
BuiltBy |
Specify the command for the default type of this class/interface to which
it is applied.
|
ConfigDelegate |
Specify a delegate class to be used to configure an object of the type to which this annotation
is applied (typically either a builder or a task).
|