Package org.apache.commons.crypto.utils
Class Utils.DefaultPropertiesHolder
java.lang.Object
org.apache.commons.crypto.utils.Utils.DefaultPropertiesHolder
- Enclosing class:
Utils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Properties
Loads system properties when configuration file of the nameUtils.SYSTEM_PROPERTIES_FILE
is found.
-
Field Details
-
DEFAULT_PROPERTIES
-
-
Constructor Details
-
DefaultPropertiesHolder
private DefaultPropertiesHolder()
-
-
Method Details
-
createDefaultProperties
Loads system properties when configuration file of the nameUtils.SYSTEM_PROPERTIES_FILE
is found.- Returns:
- the default properties
-