Package | Description |
---|---|
org.springframework.cloud.dataflow.core.dsl |
Base package for processing DeploymentUnit(Stream/Job) DSL.
|
Modifier and Type | Method and Description |
---|---|
protected AppNode |
AppParser.eatApp()
Return a
AppNode from the next token and advance the token position. |
AppNode |
StreamNode.getApp(String appName)
Find the first reference to the named app in the stream.
|
Modifier and Type | Method and Description |
---|---|
List<AppNode> |
StreamNode.getAppNodes() |
Constructor and Description |
---|
StreamNode(String streamText,
String streamName,
List<AppNode> appNodes,
SourceDestinationNode sourceDestinationNode,
SinkDestinationNode sinkDestinationNode) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.