public class PropertyDefinition
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static AwsWrapperProperty |
AUTO_SORT_PLUGIN_ORDER |
static AwsWrapperProperty |
DATABASE |
static AwsWrapperProperty |
LOG_UNCLOSED_CONNECTIONS |
static AwsWrapperProperty |
LOGGER_LEVEL |
static AwsWrapperProperty |
PASSWORD |
static AwsWrapperProperty |
PLUGINS |
static AwsWrapperProperty |
PROFILE_NAME |
static AwsWrapperProperty |
USER |
| Constructor and Description |
|---|
PropertyDefinition() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<AwsWrapperProperty> |
allProperties() |
static @Nullable AwsWrapperProperty |
byName(java.lang.String name) |
static void |
registerPluginProperties(java.lang.Class<?> pluginClass) |
static void |
registerPluginProperties(@NonNull java.lang.String propertyNamePrefix) |
static void |
removeAll(java.util.Properties props) |
static void |
removeAllExcept(java.util.Properties props,
java.lang.String... propNames) |
static void |
removeAllExceptCredentials(java.util.Properties props) |
public static final AwsWrapperProperty LOG_UNCLOSED_CONNECTIONS
public static final AwsWrapperProperty LOGGER_LEVEL
public static final AwsWrapperProperty PLUGINS
public static final AwsWrapperProperty AUTO_SORT_PLUGIN_ORDER
public static final AwsWrapperProperty PROFILE_NAME
public static final AwsWrapperProperty USER
public static final AwsWrapperProperty PASSWORD
public static final AwsWrapperProperty DATABASE
public static @Nullable AwsWrapperProperty byName(java.lang.String name)
public static java.util.Collection<AwsWrapperProperty> allProperties()
public static void registerPluginProperties(java.lang.Class<?> pluginClass)
public static void registerPluginProperties(@NonNull java.lang.String propertyNamePrefix)
public static void removeAll(java.util.Properties props)
public static void removeAllExcept(java.util.Properties props,
java.lang.String... propNames)
public static void removeAllExceptCredentials(java.util.Properties props)