public class FluxParser extends Object
| Modifier and Type | Method and Description |
|---|---|
static TopologyDef |
parseFile(String inputFile,
boolean dumpYaml,
boolean processIncludes,
String propertiesFile,
boolean envSub) |
static TopologyDef |
parseInputStream(InputStream inputStream,
boolean dumpYaml,
boolean processIncludes,
String propertiesFile,
boolean envSub) |
static TopologyDef |
parseResource(String resource,
boolean dumpYaml,
boolean processIncludes,
String propertiesFile,
boolean envSub) |
public static TopologyDef parseFile(String inputFile, boolean dumpYaml, boolean processIncludes, String propertiesFile, boolean envSub) throws IOException
IOExceptionpublic static TopologyDef parseResource(String resource, boolean dumpYaml, boolean processIncludes, String propertiesFile, boolean envSub) throws IOException
IOExceptionpublic static TopologyDef parseInputStream(InputStream inputStream, boolean dumpYaml, boolean processIncludes, String propertiesFile, boolean envSub) throws IOException
IOExceptionCopyright © 2018 The Apache Software Foundation. All Rights Reserved.