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 {@link Configuration#subset(String)} method should be used,which will return a correctly initialized instance.
@author Emmanuel Bourg @version $Id: SubsetConfiguration.java 1624601 2014-09-12 18:04:36Z oheger $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|