Package | Description |
---|---|
com.neovisionaries.android.util |
Modifier and Type | Method and Description |
---|---|
static PropertiesLoader.FileLocation |
PropertiesLoader.FileLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertiesLoader.FileLocation[] |
PropertiesLoader.FileLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static TypedProperties |
PropertiesLoader.load(String file,
PropertiesLoader.FileLocation location)
Load properties from a file.
|
static TypedProperties |
PropertiesLoader.load(String file,
PropertiesLoader.FileLocation[] locations)
Load properties from a file.
|
Copyright © 2016. All rights reserved.