Class | Description |
---|---|
ArgumentNode |
Represents an argument like "--name=value".
|
AstNode |
AST base class for AST nodes in a parsed Job specification.
|
ComposedJobUtil | |
Flow |
The AST node representing a flow.
|
Graph |
Represents a Graph that Flo will display.
|
JobDefinition |
Represents an inlined job definition in a job specification.
|
JobDescriptor |
Common AST base class for nodes representing job definitions or job references.
|
JobNode |
AST node base type for all elements in an AST parsed from a job specification.
|
JobParser |
Parse a Batch DSL Job specification.
|
JobReference |
Represents a simple job reference.
|
JobSeries |
Common AST base class for nodes representing splits or flows.
|
JobSpecification |
The root AST node for any AST parsed from a job specification.
|
JobSpecificationVisitor<T> |
very basic visitor pattern for a JobSpecVisitor.
|
Link |
Represents a link in a
Graph object that Flo will display as a block. |
Node |
Represents a node in a
Graph object that Flo will display as a block. |
Split |
The AST node representing a split.
|
Token |
Holder for a kind of token, the associated data and its position in the input data stream (start/end).
|
Tokens |
Class that converts an expression into a list of
tokens . |
Transition |
An AST node representing a transition found in the parsed Job specification.
|
Enum | Description |
---|---|
JobDSLMessage |
Contains all the messages that can be produced during Spring XD Job DSL parsing.
|
JobDSLMessage.Kind | |
TokenKind |
Enumeration of all the token types that may be found in a Job DSL specification.
|
Exception | Description |
---|---|
CheckpointedJobDefinitionException |
An extension of JobSpecificationException that remembers the point up to which parsing went OK (signaled by a '*' in
the dumped message).
|
JobSpecificationException |
Root exception for Job Flow DSL parsing related exceptions.
|