Package com.exedio.cope.util
Class Sources
java.lang.Object
com.exedio.cope.util.Sources
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Properties.Source
cascade
(Properties.Source... sources) static void
Checks a key to be valid for callingProperties.Source.get(String)
.static Properties.Source
static Properties.Source
static Properties
loadProperties
(File file) static Properties.Source
reloadable
(Supplier<Properties.Source> sourceSupplier) static Properties.Source
view
(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)
.
-