A subset of another configuration. The new Configuration object contains
every key from the parent Configuration that starts with prefix. The prefix
is removed from the keys in the subset.
It is usually not necessary to use this class directly. Instead the
subset(String) method should be used,
which will return a correctly initialized instance.
A subset of another configuration. The new Configuration object contains every key from the parent Configuration that starts with prefix. The prefix is removed from the keys in the subset.
It is usually not necessary to use this class directly. Instead the
subset(String)method should be used, which will return a correctly initialized instance.