Package | Description |
---|---|
com.typesafe.config |
An API for loading and using configuration files, see the project site
for more information.
|
Modifier and Type | Method and Description |
---|---|
ConfigSyntax |
ConfigParseOptions.getSyntax()
Gets the current syntax option, which may be null for "any".
|
static ConfigSyntax |
ConfigSyntax.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigSyntax[] |
ConfigSyntax.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConfigParseOptions |
ConfigParseOptions.setSyntax(ConfigSyntax syntax)
Set the file format.
|
Copyright © 2018 com.typesafe. All rights reserved.