@PublicEvolving public interface ExternalResourceInfo
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getKeys()
Get all property keys.
|
Optional<String> |
getProperty(String key)
Get the property indicated by the specified key.
|
Optional<String> getProperty(String key)
key
- of the required propertyOptional
containing the value associated to the key, or an empty Optional
if no value has been stored under the given keyCollection<String> getKeys()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.