|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.brics.misc.Properties
public class Properties
System properties.
Method Summary | |
---|---|
static boolean |
get(String p)
Checks whether the given system property is set. |
static String[] |
getStrings(String p)
Returns list of strings from the given property using comma as delimiter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean get(String p)
false
and 0
are here equivalent to "unset".
p
- property name
public static String[] getStrings(String p)
p
- property name
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |