-
-
Notifications
You must be signed in to change notification settings - Fork 151
Closed
Labels
PropertiesIssue related to (Java) Properties format backendIssue related to (Java) Properties format backend
Milestone
Description
Hi,
Properties may have a prefix for an object, for example:
a.b.c.name =
a.b.c.id =
x.y.z.name =
x.y.z.color =
It would be nice if a prefix can be specified, so that only these properties with the prefix will be loaded, prefix will be stripped and then business as usual. When writing, the prefix will be added.
This will allow reading system properties and complex file properties using this interface quite easily and replace many of the complex properties processing.
If this is acceptable, I can workout a patch.
Thanks!
dharezlak and dagnelies
Metadata
Metadata
Assignees
Labels
PropertiesIssue related to (Java) Properties format backendIssue related to (Java) Properties format backend