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 |
LabelNode
Represents a label attached to a module.
|
ParseException
Root exception for DSL parsing related exceptions.
|
SinkDestinationNode |
SourceDestinationNode |
StreamNode |
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 . |
Class and Description |
---|
ParseException
Root exception for DSL parsing related exceptions.
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.