Package jline.internal

Internal support.

See:
          Description

Interface Summary
ShutdownHooks.Task Essentially a Runnable which allows running to throw an exception.
 

Class Summary
Configuration Provides access to configuration values.
InputStreamReader A class for turning a byte stream into a character stream.
Log Internal logger.
NonBlockingInputStream This class wraps a regular input stream and allows it to appear as if it is non-blocking; that is, reads can be performed against it that timeout if no data is seen for a period of time.
Preconditions Preconditions.
ShutdownHooks Manages the JLine shutdown-hook thread and tasks to execute on shutdown.
TerminalLineSettings Provides access to terminal line settings via stty.
Urls URL helpers.
 

Enum Summary
Log.Level  
 

Annotation Types Summary
Nullable Marker for reference which can be a null value.
TestAccessible Marker annotation for members which are exposed for testing access.
 

Package jline.internal Description

Internal support.

Since:
2.0


Copyright © 2013. All Rights Reserved.