|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dtolabs.utils.PropertiesUtil.PrefixProducer
public static class PropertiesUtil.PrefixProducer
A Producer that given an input set of properties and a specific prefix, produces another set of properties from all input properties that have that prefix and removes the prefix.
Constructor Summary | |
---|---|
PropertiesUtil.PrefixProducer(java.util.Properties props,
java.lang.String prefix)
|
Method Summary | |
---|---|
java.util.Properties |
readProperties()
Produce the properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertiesUtil.PrefixProducer(java.util.Properties props, java.lang.String prefix)
Method Detail |
---|
public java.util.Properties readProperties()
PropertiesUtil.Producer
readProperties
in interface PropertiesUtil.Producer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |