Interface PropsMetadata
- All Superinterfaces:
Metadata,NonNullMetadata
Metadata for a
java.util.Properties based value.
The MapEntry objects of properties are defined with keys and values
of type String.
This is specified by the props element.
- Author:
- $Id: 43b12dd13c2aa4ac8f9b9b73e54fe1300ce1faca $
-
Method Summary
Modifier and TypeMethodDescriptionReturn the entries for the properties.
-
Method Details
-
getEntries
Return the entries for the properties.- Returns:
- An immutable List of
MapEntryobjects for each entry in the properties. The List is empty if no entries are specified for the properties.
-