Package org.apache.commons.crypto.utils
Class Utils.DefaultPropertiesHolder
- java.lang.Object
-
- org.apache.commons.crypto.utils.Utils.DefaultPropertiesHolder
-
- Enclosing class:
- Utils
private static class Utils.DefaultPropertiesHolder extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.util.Properties
DEFAULT_PROPERTIES
-
Constructor Summary
Constructors Modifier Constructor Description private
DefaultPropertiesHolder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.util.Properties
createDefaultProperties()
Loads system properties when configuration file of the nameUtils.SYSTEM_PROPERTIES_FILE
is found.
-
-
-
Method Detail
-
createDefaultProperties
private static java.util.Properties createDefaultProperties()
Loads system properties when configuration file of the nameUtils.SYSTEM_PROPERTIES_FILE
is found.- Returns:
- the default properties
-
-