public class StringListProperty extends Property<List<String>>
| Constructor and Description |
|---|
StringListProperty(String path,
String... defaultValues) |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getFromResource(PropertyResource resource) |
boolean |
isPresent(PropertyResource resource)
Returns whether or not the given resource contains the property.
|
getDefaultValue, getPath, getValue, toStringprotected List<String> getFromResource(PropertyResource resource)
getFromResource in class Property<List<String>>public boolean isPresent(PropertyResource resource)
PropertyCopyright © 2016–2018 The AuthMe Team. All rights reserved.