Package | Description |
---|---|
org.springframework.cloud.dataflow.completion |
Contains classes related to code-completion of stream definitions expressed in the
Spring Cloud Dataflow DSL.
|
org.springframework.cloud.dataflow.core.dsl |
Base package for processing DeploymentUnit(Stream/Job) DSL.
|
org.springframework.cloud.dataflow.server.completion |
Contains classes for the auto-completion support.
|
Class and Description |
---|
CheckPointedParseException
An extension of
ParseException that keeps track of the last position up to
which parsing was successful. |
Class and Description |
---|
AppNode |
AppParser |
ArgumentNode
Represents an argument like "--name=value".
|
AstNode
Common supertype for the ast nodes built during stream parsing.
|
DestinationNode |
DSLMessage
Contains all the messages that can be produced during Spring Cloud Data Flow DSL
parsing.
|
DSLMessage.Kind |
FlowNode
The AST node representing a flow.
|
LabelledTaskNode
The main task supertype AST node.
|
LabelNode
Represents a label attached to a module.
|
ParseException
Root exception for DSL parsing related exceptions.
|
SinkDestinationNode |
SourceDestinationNode |
SplitNode
The AST node representing a split.
|
StreamNode |
TaskApp
Represents the use of a task application in a DSL string.
|
TaskAppNode
Represents either a task application or task definition reference.
|
TaskNode
The root AST node for any entity parsed from task DSL.
|
TaskValidationProblem
After parsing a task definition from a DSL string, the validation visitor may
optionally run.
|
TaskVisitor
Basic visitor pattern for a parsed task.
|
Token
Holder for a kind of token, the associated data and its position in the input data
stream (start/end).
|
TokenKind
Enumeration of all the token types that may be found in a DSL definition stream.
|
Tokens
Class that converts an expression into a list of
tokens . |
TransitionNode
An AST node representing a transition found in a parsed task specification.
|
Class and Description |
---|
ParseException
Root exception for DSL parsing related exceptions.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.