Package | Description |
---|---|
org.springframework.cloud.dataflow.core.dsl |
Base package for processing DeploymentUnit(Stream/Job) DSL.
|
Modifier and Type | Field and Description |
---|---|
static ArgumentNode[] |
TaskParser.NO_ARGUMENTS |
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[] |
TaskAppNode.getArguments() |
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,
String destinationName,
ArgumentNode[] arguments) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.