Package | Description |
---|---|
com.github.mkolisnyk.sirius.client |
Main Sirius Java client package.
|
Modifier and Type | Method and Description |
---|---|
static ConfigurationOption |
ConfigurationOption.fromString(java.lang.String input)
Converts string into
ConfigurationOption value. |
static ConfigurationOption |
ConfigurationOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationOption[] |
ConfigurationOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Configuration.get(ConfigurationOption option)
Gets value for the predefined configuration option which is defined as
ConfigurationOption enumeration. |