public class PropKit extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
add(Prop prop) |
static void |
add(String filename) |
static Boolean |
bool(String key) |
static Boolean |
bool(String key,
Boolean def) |
static void |
clear() |
static boolean |
exists(String key) |
static Integer |
integer(String key) |
static Integer |
integer(String key,
Integer def) |
static Set<String> |
keys() |
static Long |
longer(String key) |
static Long |
longer(String key,
Long def) |
static void |
reload() |
static void |
reload(String... suffix) |
static void |
reload(String suffix) |
static String |
string(String key) |
static String |
string(String key,
String def) |
static EnoaValue |
value(String key) |
public static void reload()
public static void reload(String suffix)
public static void reload(String... suffix)
public static void add(String filename)
public static void add(Prop prop)
public static void clear()
public static boolean exists(String key)
Copyright © 2018. All rights reserved.