Package org.jdom2.internal
Class SystemProperty
java.lang.Object
org.jdom2.internal.SystemProperty
System.getProperty(...) requires security permissions in Applets, and some
other cases and this class contains static methods that allow the security
exceptions to fail silently.
- Author:
- Rolf Lear
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SystemProperty
public SystemProperty()
-
-
Method Details
-
get
Query the System properties for a particular property. If the property is not set, or not accessible, it returns the def value.- Parameters:
property
- The property to getdef
- The value to return if the property is not accessible or not set.- Returns:
- the appropriate property value.
-