Package com.exedio.cope.util
Class PrefixSource
java.lang.Object
com.exedio.cope.util.PrefixSource
- All Implemented Interfaces:
Properties.Source
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionkeySet()Returns all keys, for whichProperties.Source.get(String)does not return null.reload()Reloads the contents of this source from its origin, if this makes sense for the implementation.toString()static Properties.Sourcewrap(Properties.Source source, String prefix)
-
Constructor Details
-
PrefixSource
-
-
Method Details
-
wrap
-
get
- Specified by:
getin interfaceProperties.Source
-
keySet
Description copied from interface:Properties.SourceReturns all keys, for whichProperties.Source.get(String)does not return null. This operation is optional - if this source does not support this operation, it returns null. The result is always unmodifiable.- Specified by:
keySetin interfaceProperties.Source
-
reload
Description copied from interface:Properties.SourceReloads the contents of this source from its origin, if this makes sense for the implementation. The reloaded contents are returned as a new source - this source is not modified.If the implementation does not support reloading, simply return
this, which is also the default implementation.- Specified by:
reloadin interfaceProperties.Source
-
getDescription
- Specified by:
getDescriptionin interfaceProperties.Source
-
toString
-