public static interface LPConfiguration.Unsafe
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject(String key)
Gets an Object from the config.
|
@Nonnull Object getObject(String key)
This method is nested under LPConfiguration.Unsafe because the keys
and return types may change between versions without warning.
key - the key, as defined as a field name in
the "ConfigKeys" class.IllegalArgumentException - if the key isn't knownCopyright © 2018. All rights reserved.