java.lang.Object
io.github.astrapi69.random.util.PropertiesLoader
-
Method Summary
Modifier and TypeMethodDescriptionstatic Properties
loadProperties
(String packagePath) Gives a Properties-object from the given packagepath.
-
Method Details
-
loadProperties
Gives a Properties-object from the given packagepath.- Parameters:
packagePath
- The package-path and the name from the resource as a String.- Returns:
- The Properties-object from the given packagepath.
- Throws:
IOException
- Signals that an I/O exception has occurred.
-