Package com.exedio.cope.util
Class Sources
java.lang.Object
com.exedio.cope.util.Sources
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Properties.Sourcecascade(Properties.Source... sources) static voidChecks a key to be valid for callingProperties.Source.get(String).static Properties.Sourcestatic Properties.Sourcestatic PropertiesloadProperties(File file) static Properties.Sourcereloadable(Supplier<Properties.Source> sourceSupplier) static Properties.Sourceview(Properties properties, String description)
-
Field Details
-
EMPTY
-
SYSTEM_PROPERTIES
-
-
Method Details
-
view
-
load
-
loadProperties
-
load
-
cascade
-
reloadable
-
checkKey
Checks a key to be valid for callingProperties.Source.get(String).
-