public class SecureConfig extends PropertyConfig
map| Constructor and Description |
|---|
SecureConfig(char[] password) |
SecureConfig(Encryptor encryptor) |
SecureConfig(TextEncryptor textEncryptor) |
| Modifier and Type | Method and Description |
|---|---|
String |
getString(String key) |
SecureConfig |
load(File file) |
SecureConfig |
load(InputStream is) |
SecureConfig |
load(Reader r) |
SecureConfig |
load(String file) |
void |
puts(String key,
boolean value) |
void |
puts(String key,
double value) |
void |
puts(String key,
float value) |
void |
puts(String key,
int value) |
void |
puts(String key,
long value) |
void |
puts(String key,
Object value) |
void |
puts(String key,
String value) |
fromProperties, store, store, store, store, toProperties, toStringdoPut, get, getBool, getDate, getDateTime, getDouble, getFloat, getFormatted, getFormatted, getFormatted, getInt, getLong, getRequiredBool, getRequiredDate, getRequiredDateTime, getRequiredDouble, getRequiredFloat, getRequiredFormatted, getRequiredFormatted, getRequiredFormatted, getRequiredInt, getRequiredLong, getRequiredString, getRequiredTime, getString, getStringArray, getTime, put, put, put, put, put, put, put, putAll, toStringValueclear, containsKey, containsValue, entrySet, isEmpty, keySet, remove, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic SecureConfig(char[] password)
public SecureConfig(Encryptor encryptor)
public SecureConfig(TextEncryptor textEncryptor)
public SecureConfig load(InputStream is) throws IOException
load in class PropertyConfigIOExceptionpublic SecureConfig load(Reader r) throws IOException
load in class PropertyConfigIOExceptionpublic SecureConfig load(File file) throws IOException
load in class PropertyConfigIOExceptionpublic SecureConfig load(String file) throws IOException
load in class PropertyConfigIOExceptionpublic void puts(String key, String value) throws CryptoException
CryptoExceptionpublic void puts(String key, boolean value) throws CryptoException
CryptoExceptionpublic void puts(String key, int value) throws CryptoException
CryptoExceptionpublic void puts(String key, long value) throws CryptoException
CryptoExceptionpublic void puts(String key, float value) throws CryptoException
CryptoExceptionpublic void puts(String key, double value) throws CryptoException
CryptoExceptionpublic void puts(String key, Object value) throws CryptoException
CryptoExceptionCopyright © 2019. All rights reserved.