| public static Properties |
| loadFromFile(Path file) |
| method_16727(Path arg0) |
| loadProperties(Path path) |
|
| public void |
| store(Path output) |
| method_16728(Path arg0) |
| saveProperties(Path path) |
|
| private static <V extends Number> Function<String, V> |
|
| protected static <V> Function<String, V> |
|
| private String |
|
| protected <V> V |
|
| protected <V> V |
| get(String key, Function<String, V> deserializer, Function<V, String> serializer, V defaultValue) |
| method_16741(String arg0, Function<String, V> arg1, Function<V, String> arg2, V arg3) |
| get(String key, Function<String, V> parser, Function<V, String> stringifier, V fallback) |
|
| protected <V> AbstractPropertiesHandler<T>.PropertyAccessor<V> |
| getMutable(String key, Function<String, V> deserializer, Function<V, String> serializer, V defaultValue) |
| method_16724(String arg0, Function<String, V> arg1, Function<V, String> arg2, V arg3) |
| accessor(String key, Function<String, V> parser, Function<V, String> stringifier, V fallback) |
|
| protected <V> V |
| get(String key, Function<String, V> deserializer, UnaryOperator<V> validator, Function<V, String> serializer, V defaultValue) |
| method_16735(String arg0, Function<String, V> arg1, UnaryOperator<V> arg2, Function<V, String> arg3, V arg4) |
| get(String key, Function<String, V> parser, UnaryOperator<V> parsedTransformer, Function<V, String> stringifier, V fallback) |
|
| protected <V> V |
|
| protected <V> AbstractPropertiesHandler<T>.PropertyAccessor<V> |
|
| protected String |
|
| protected String |
|
| protected int |
| get(String key, int defaultValue) |
| method_16726(String arg0, int arg1) |
| getInt(String key, int fallback) |
|
| protected AbstractPropertiesHandler<T>.PropertyAccessor<Integer> |
| getMutable(String key, int defaultValue) |
| method_16743(String arg0, int arg1) |
| intAccessor(String key, int fallback) |
|
| protected AbstractPropertiesHandler<T>.PropertyAccessor<String> |
|
| protected int |
|
| protected long |
| get(String key, long defaultValue) |
| method_16725(String arg0, long arg1) |
| parseLong(String key, long fallback) |
|
| protected boolean |
| get(String key, boolean defaultValue) |
| method_16740(String arg0, boolean arg1) |
| parseBoolean(String key, boolean fallback) |
|
| protected AbstractPropertiesHandler<T>.PropertyAccessor<Boolean> |
| getMutable(String key, boolean defaultValue) |
| method_16744(String arg0, boolean arg1) |
| booleanAccessor(String key, boolean fallback) |
|
| protected Boolean |
|
| protected Properties |
| cloneProperties() |
| method_16723() |
| copyProperties() |
|
| protected abstract T |
|
| private static Object |
|
| private static Object |
|
| private static Number |
|