2004.04.29


com.jdc.sys
Class System

java.lang.Object
  |
  +--jdc.java.lang.Object
        |
        +--com.jdc.sys.System

public class System
extends Object

System provides a reference for common system properties as well as a default logger. This class cannot be instantiated.

Version:
1.0
Author:
Jay Damon
See Also:
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

FILE_SEPARATOR

public static final String FILE_SEPARATOR
The system file separator ("/") on UNIX).


LINE_SEPARATOR

public static final String LINE_SEPARATOR
The system line separator ("\n") on UNIX).


PATH_SEPARATOR

public static final String PATH_SEPARATOR
The system path separator (":") on UNIX).


DECIMAL_SEPARATOR

public static final String DECIMAL_SEPARATOR
The system decimal separator.


GROUPING_SEPARATOR

public static final String GROUPING_SEPARATOR
The system grouping separator.


log

public static final System.Logger log
The default system logger.


2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.