| Package | Description |
|---|---|
| org.wso2.apimgt.gateway.cli.config |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
TOMLConfigParser.parse(String configFilePath,
Class<T> type)
Parses the given TOML configuration file and de-serialize the content into given config type.
|
static void |
TOMLConfigParser.write(String configFilePath,
Object content)
Write the given config type to a file.
|
Copyright © 2019 WSO2. All rights reserved.