public class ConfigParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigParser.ConfigPaths
Class to keep required file names.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
UX_FILE_PATH |
| Modifier and Type | Method and Description |
|---|---|
static void |
parse(String configFilePath,
String resourcesDir,
String outputDir)
Parse Toml file and write configurations into relevant places.
|
public static final String UX_FILE_PATH
public static void parse(String configFilePath, String resourcesDir, String outputDir) throws ConfigParserException
configFilePath - deployment.toml file pathresourcesDir - templates and rules directoryoutputDir - configuration destination directoryConfigParserException - config parser exceptionCopyright © 2019 WSO2. All rights reserved.