public class PropertyDefinition
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 |
removeAll(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 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 removeAll(java.util.Properties props)