| Modifier and Type | Method and Description |
|---|---|
LinkedList<StreamAppDefinition> |
StreamDefinitionService.getAppDefinitions(StreamDefinition streamDefinition)
Return the linked list of
StreamAppDefinitions associated with the stream definition. |
LinkedList<StreamAppDefinition> |
DefaultStreamDefinitionService.getAppDefinitions(StreamDefinition streamDefinition)
Return the ordered list of application definitions for this stream as a
List. |
StreamNode |
StreamDefinitionService.parse(StreamDefinition streamDefinition)
Parse the given stream definition and return the AST representation of the stream DSL in
StreamNode. |
StreamNode |
DefaultStreamDefinitionService.parse(StreamDefinition streamDefinition)
Use the
StreamParser to retrieve the StreamNode representation of the stream. |
String |
StreamDefinitionService.redactDsl(StreamDefinition streamDefinition) |
String |
DefaultStreamDefinitionService.redactDsl(StreamDefinition streamDefinition) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.