All Classes and Interfaces
Class
Description
Thrown when a class could not be loaded, e.g.
Thrown when your Groovy code could not be compiled, e.g.
This annotation enables the (very experimental) dynamization feature for a given class.
Thrown when an invocation of an external program failed, wither because it could not be started,
or because it returned a non-zero exit code.
All Groovy classes that have the
@Patches
annotation implement this interface.Use this class to compile a directory of Groovy sources.
Thrown when cau-repl does not proper access rights in the JVM.
Thrown when a job-related function could not be performed, e.g.
Thrown when there was corrupted data in one of cau-repl's log files.
Thrown when there was invalid data in one of cau-repl's job state files.
Classes with this annotation will be set up to patch a different class.
This class represents a single REPL interface with an associated SSH service.
This class control the startup process when using the agent.
This class represents a single triggered Breakpoint instance in your code.
A request to eval a Groovy statement in the breakpoint's thread.
The result of an
Eval
request.This class represents a single job to be executed in the background.
A record containing a job's results for one single input item.
Represents an event that occured during job processing, to be consumed by an event handler.
The different event types that a
JobEvent
handler might receive.A record that summarizes a job's state at one instant in time.
The possible states that a job can be in.
A Callback that you can use for your jobs; it automatically adjusts its concurrency to tune it for maximum throughput.
This class provides the means for logging messages to various targets.
The different targets that log messages can be written to.
Represents a single log message to be used by
REPLLog
.The different levels of criticality for a log message.
Thrown when the REPL failed to start, e.g.
Thrown when your Groovy code could not be compiled, e.g.
Some helper functions related to JDOM XML.