Package de.sfuhrm.openssl4j
Class PropertyAccessor
- java.lang.Object
-
- de.sfuhrm.openssl4j.PropertyAccessor
-
class PropertyAccessor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Propertiesproperties
-
Constructor Summary
Constructors Constructor Description PropertyAccessor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static java.lang.Stringget(java.lang.String name, java.lang.String defaultValue)Gets a property.private static java.util.PropertiesloadOpenssl4jProperties()
-
-
-
Method Detail
-
get
static java.lang.String get(java.lang.String name, java.lang.String defaultValue)Gets a property.- Parameters:
name- the property name.defaultValue- the default value if the property was not set.
-
loadOpenssl4jProperties
private static java.util.Properties loadOpenssl4jProperties()
-
-