• Nested Class Summary

    Nested Classes

    static interface 

    System.Logger instances log messages that will be routed to the underlying logging framework the LoggerFinder uses.

    static class 

    The LoggerFinder service is responsible for creating, managing, and configuring loggers to the underlying framework it uses.

  • Field Summary

    Fields

    The "standard" error output stream.

    The "standard" input stream.

    The "standard" output stream.

  • Method Summary

    static void

    arraycopy(Object src, int srcPos, Object dest, int destPos, int length)

    Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.

    Removes the system property indicated by the specified key.

    console()

    Returns the unique Console object associated with the current Java virtual machine, if any.

    static long

    Returns the current time in milliseconds.

    static void

    exit(int status)

    static void

    gc()

    Runs the garbage collector in the Java Virtual Machine.

    getenv()

    Returns an unmodifiable string map view of the current system environment.

    Gets the value of the specified environment variable.

    Returns an instance of Logger for the caller's use.

    Returns a localizable instance of Logger for the caller's use.

    Determines the current system properties.

    Gets the system property indicated by the specified key.

    Gets the system property indicated by the specified key.

    Deprecated, for removal: This API element is subject to removal in a future version.

    static int

    Returns the same hash code for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().

    Returns the channel inherited from the entity that created this Java virtual machine.

    Returns the system-dependent line separator string.

    static void

    Restricted.

    Loads the native library specified by the filename argument.

    static void

    Restricted.

    Loads the native library specified by the libname argument.

    Maps a library name into a platform-specific string representing a native library.

    static long

    nanoTime()

    Returns the current value of the running Java Virtual Machine's high-resolution time source, in nanoseconds.

    static void

    Deprecated, for removal: This API element is subject to removal in a future version.

    static void

    Reassigns the "standard" error output stream.

    static void

    Reassigns the "standard" input stream.

    static void

    Reassigns the "standard" output stream.

    static void

    Sets the system properties to the Properties argument.

    Sets the system property indicated by the specified key.

    static void

    Deprecated, for removal: This API element is subject to removal in a future version.

    Methods declared in class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Creates and returns a copy of this object.

    boolean

    Indicates whether some other object is "equal to" this one.

    protected void

    Deprecated, for removal: This API element is subject to removal in a future version.

    Returns the runtime class of this Object.

    int

    Returns a hash code value for this object.

    final void

    Wakes up a single thread that is waiting on this object's monitor.

    final void

    Wakes up all threads that are waiting on this object's monitor.

    Returns a string representation of the object.

    final void

    Causes the current thread to wait until it is awakened, typically by being notified or interrupted.

    final void

    wait(long timeoutMillis)

    Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

    final void

    wait(long timeoutMillis, int nanos)

    Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

  • Field Details

    • in

    • out

    • err

  • Method Details

    • setIn

    • setOut

    • setErr

    • console

    • inheritedChannel

    • setSecurityManager

    • getSecurityManager

    • currentTimeMillis

    • nanoTime

    • arraycopy

    • identityHashCode

    • getProperties

    • lineSeparator

    • setProperties

    • getProperty

    • getProperty

    • setProperty

    • clearProperty

    • getenv

    • getenv

    • getLogger

    • getLogger

    • exit

    • gc

    • runFinalization

    • load

    • loadLibrary

    • mapLibraryName