public class Prop extends Object
enoa - io.enoa.toolkit.prop
| Constructor and Description |
|---|
Prop(File file) |
Prop(File file,
Charset encoding) |
Prop(String fileName) |
Prop(String fileName,
Charset encoding) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
bool(String key) |
Boolean |
bool(String key,
Boolean def) |
boolean |
exists(String key) |
Integer |
integer(String key) |
Integer |
integer(String key,
Integer def) |
Set<String> |
keys() |
Long |
longer(String key) |
Long |
longer(String key,
Long def) |
Properties |
properties() |
String |
string(String key) |
String |
string(String key,
String def) |
EnoaValue |
value(String key) |
public boolean exists(String key)
public Properties properties()
Copyright © 2019. All rights reserved.