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 |
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
IOException
public static TopologyDef parseResource(String resource, boolean dumpYaml, boolean processIncludes, String propertiesFile, boolean envSub) throws IOException
IOException
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.