|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--jdc.java.lang.Object
|
+--com.jdc.sys.System
System provides a reference for common system properties as well
as a default logger. This class cannot be instantiated.
SystemProperty,
Serialized Form| Nested Class Summary | |
class |
System.Logger
Logger implements the default system logging utility. |
| Field Summary | |
static String |
DECIMAL_SEPARATOR
The system decimal separator. |
static String |
FILE_SEPARATOR
The system file separator ("/") on UNIX). |
static String |
GROUPING_SEPARATOR
The system grouping separator. |
static String |
LINE_SEPARATOR
The system line separator ("\n") on UNIX). |
static System.Logger |
log
The default system logger. |
static String |
PATH_SEPARATOR
The system path separator (":") on UNIX). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String FILE_SEPARATOR
public static final String LINE_SEPARATOR
public static final String PATH_SEPARATOR
public static final String DECIMAL_SEPARATOR
public static final String GROUPING_SEPARATOR
public static final System.Logger log
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||