|
JDOM 2.0.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdom2.internal.SystemProperty
public final class 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.
Constructor Summary | |
---|---|
SystemProperty()
|
Method Summary | |
---|---|
static java.lang.String |
get(java.lang.String property,
java.lang.String def)
Query the System properties for a particular property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemProperty()
Method Detail |
---|
public static final java.lang.String get(java.lang.String property, java.lang.String def)
property
- The property to getdef
- The value to return if the property is not accessible or not set.
|
JDOM 2.0.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |