public class VisibleProperties extends Object
Constructor and Description |
---|
VisibleProperties(ApplicationConfigurationMetadataResolver metadataResolver) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
qualifyProperties(Map<String,String> properties,
Resource metadataResource)
Return a copy of app properties where shorthand form have been expanded to their
long form (amongst the visible supported properties of the app) if applicable.
|
public VisibleProperties(ApplicationConfigurationMetadataResolver metadataResolver)
public Map<String,String> qualifyProperties(Map<String,String> properties, Resource metadataResource)
properties
- the application properties in shorthand formmetadataResource
- the metadata that can be used to expand shorthand property
names to long form namesCopyright © 2024 Pivotal Software, Inc.. All rights reserved.