| Package | Description |
|---|---|
| org.springframework.cloud.dataflow.core.dsl |
Base package for processing DeploymentUnit(Stream/Job) DSL.
|
| Modifier and Type | Method and Description |
|---|---|
protected ArgumentNode[] |
AppParser.eatAppArgs()
Return an array of
ArgumentNode and advance the token
position if the next token(s) contain arguments. |
ArgumentNode[] |
SourceDestinationNode.getArguments() |
ArgumentNode[] |
AppNode.getArguments() |
| Constructor and Description |
|---|
AppNode(LabelNode label,
String appName,
int startPos,
int endPos,
ArgumentNode[] arguments) |
DestinationNode(int startPos,
int endPos,
List<String> nameComponents,
ArgumentNode[] arguments) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.