public class RedshiftProperties extends Properties
defaults| Constructor and Description |
|---|
RedshiftProperties()
Creates an empty property list with no default values.
|
RedshiftProperties(Properties defaults)
Creates an empty property list with the specified defaults.
|
RedshiftProperties(Properties info,
Properties defaults)
Creates an empty property list with the specified defaults.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
evaluateProperties(RedshiftProperties properties) |
String |
getProperty(String key)
get value from {Properties}
|
Object |
setProperty(String key,
String value) |
getProperty, list, list, load, load, loadFromXML, propertyNames, save, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, valuespublic RedshiftProperties()
public RedshiftProperties(Properties defaults)
defaults - the defaults.public RedshiftProperties(Properties info, Properties defaults) throws RedshiftException
defaults - the defaults.info - the input properties that need to be copied.RedshiftException - RedshiftExceptionpublic String getProperty(String key)
getProperty in class Propertieskey - keypublic Object setProperty(String key, String value)
setProperty in class Propertiespublic static void evaluateProperties(RedshiftProperties properties) throws RedshiftException
RedshiftExceptionCopyright © 2024 Amazon.com Inc.. All rights reserved.