You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adrien LAUER edited this page Feb 23, 2017
·
1 revision
The prefix provider is implemented in org.seedstack.coffig.provider.PrefixProvider. It is a provider that takes two arguments:
A node prefix,
Another provider.
The resulting tree is the original tree provided by the provider specified as argument, but put under an "umbrella node". You can use the dot notation in the node prefix argument to specify a multi-level umbrella node.
Example
As an example, you can put all system properties under the sys node as follows: