Package | Description |
---|---|
org.netbeans.api.extexecution |
The API supporting execution of an external process in the IDE.
|
org.netbeans.api.extexecution.input |
The support API for processing the growing streams or files.
|
Class and Description |
---|
InputProcessor
Processes chars read by
InputReader . |
Class and Description |
---|
InputProcessor
Processes chars read by
InputReader . |
InputReader
This interface represents abstraction for reading characters.
|
InputReaders.FileInput
Represents the file with associated charset for reading from it.
|
InputReaders.FileInput.Provider
Provides the file input.
|
InputReaderTask
Task consuming data from the certain reader, processing them with the given
processor.
|
LineProcessor
Processes the lines fetched by
InputReader usually with help
of the InputProcessors.bridge(LineProcessor) . |
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.