System JDK 1.0

java.lang

Synopsis^  ?
public final class System {
// No Constructor
// Public Constants
    public final static PrintStream err; 
    public final static InputStream in; 
    public final static PrintStream out; 
// Public Class Methods
    public static void arraycopy( Object src, int src_position, Object dst, int dst_position, int length); native 
    public static long currentTimeMillis( ); native 
    public static void exit( int status);  
    public static void gc( );  
    public static Properties getProperties( );  
    public static String getProperty( String key);  
    public static String getProperty( String key, String def);  
    public static SecurityManager getSecurityManager( );  
1.1 public static int identityHashCode( Object x); native 
    public static void load( String filename);  
    public static void loadLibrary( String libname);  
2.0 public static String mapLibraryName( String libname); native 
    public static void runFinalization( );  
1.1 public static void setErr( PrintStream err);  
1.1 public static void setIn( InputStream in);  
1.1 public static void setOut( PrintStream out);  
    public static void setProperties( Properties props);  
2.0 public static String setProperty( String key, String value);  
    public static void setSecurityManager( SecurityManager s); synchronized 
// Deprecated Methods
 #  public static String getenv( String name);  
 #  public static void runFinalizersOnExit( boolean value);  
}

Hierarchy^  ?

[Object]
   |
[System]

Inherited Properties^  ?
Object: class

Inherited Methods^  ?
Object: clone(), equals(), finalize(), hashCode(), notify(), notifyAll(), toString(), wait(), wait(), wait()

Uses^  ?
Class, Error, NullPointerException, Object, Runtime, RuntimePermission, SecurityManager, String, StringBuffer

Used By^  ?
Boolean, Class, ClassLoader, ClassNotFoundException, Compiler, ExceptionInInitializerError, Integer, Long, Runtime, SecurityManager, String, StringBuffer, Thread, ThreadGroup, Throwable


Java Power Reference. Created by David Flanagan.
Copyright © 1999 O'Reilly & Associates.All Rights Reserved.

This file may not be distributed on the Internet.