public class PropertyManager
extends java.lang.Object
| Constructor | Description |
|---|---|
PropertyManager() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
putWithoutPrefix(java.util.Properties properties,
java.lang.String key,
java.lang.String value) |
|
static java.util.Properties |
readProperties(java.io.File propertiesFile,
java.nio.charset.Charset sourceCharset) |
public static void putWithoutPrefix(@Nonnull
java.util.Properties properties,
java.lang.String key,
java.lang.String value)
public static java.util.Properties readProperties(@Nonnull
java.io.File propertiesFile,
@Nonnull
java.nio.charset.Charset sourceCharset)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2020. All Rights Reserved.