Package | Description |
---|---|
org.springframework.cloud.dataflow.core.dsl |
Base package for processing DeploymentUnit(Stream/Job) DSL.
|
Modifier and Type | Class and Description |
---|---|
class |
AppNode |
class |
ArgumentNode
Represents an argument like "--name=value".
|
class |
DestinationNode |
class |
FlowNode
The AST node representing a flow.
|
class |
LabelledTaskNode
The main task supertype AST node.
|
class |
LabelNode
Represents a label attached to a module.
|
class |
SinkDestinationNode |
class |
SourceDestinationNode |
class |
SplitNode
The AST node representing a split.
|
class |
StreamNode |
class |
TaskAppNode
Represents either a task application or task definition reference.
|
class |
TaskNode
The root AST node for any entity parsed from task DSL.
|
class |
TransitionNode
An AST node representing a transition found in a parsed task specification.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.