public static interface Configuration.Property
See Configuration.getProperty(Property, String) for how the value of a property is resolved.
| Modifier and Type | Interface and Description |
|---|---|
static class |
Configuration.Property.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Configuration.Property.Builder |
builder() |
default List<String> |
getEnvironmentVariableNames() |
String |
getPropertyName() |
List<String> |
getSystemPropertyNames() |
String getPropertyName()
List<String> getSystemPropertyNames()
default List<String> getEnvironmentVariableNames()
static Configuration.Property.Builder builder()
Copyright © 2015 Red Hat, Inc.. All rights reserved.