public interface PropertyLookup
| Modifier and Type | Field and Description |
|---|---|
static PropertySource |
SYSTEM_PROPERTY_SOURCE |
| Modifier and Type | Method and Description |
|---|---|
String |
lookup(String propertyName)
Return the value of a property, or null if it doesn't exist.
|
Set<String> |
propertyNames()
Return all property names in this property lookup.
|
PropertySource |
sourceFor(String propertyName)
Return a source for the property.
|
static final PropertySource SYSTEM_PROPERTY_SOURCE
String lookup(String propertyName)
propertyName - The name of the property.PropertySource sourceFor(String propertyName)
propertyName - The property name.Copyright © 2023. All rights reserved.