public class StreamDefinitionToDslConverter extends Object
StreamDefinition into a semantically equivalent DSL text representation.| Constructor and Description |
|---|
StreamDefinitionToDslConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
toDsl(List<StreamAppDefinition> appDefinitions)
Reverse engineers a stream, represented by ordered
StreamAppDefinition list, into a semantically
equivalent DSL text representation. |
String |
toDsl(StreamDefinition streamDefinition)
Reverse engineers a
StreamDefinition into a semantically equivalent DSL text representation. |
public String toDsl(StreamDefinition streamDefinition)
StreamDefinition into a semantically equivalent DSL text representation.streamDefinition - stream to be converted into DSLpublic String toDsl(List<StreamAppDefinition> appDefinitions)
StreamAppDefinition list, into a semantically
equivalent DSL text representation.appDefinitions - ordered list of StreamAppDefinition's that represent a single stream definition.StreamAppDefinition list.Copyright © 2020 Pivotal Software, Inc.. All rights reserved.