| Package | Description |
|---|---|
| org.netbeans.api.extexecution.base |
The API supporting execution of an external process.
|
| org.netbeans.api.extexecution.base.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). |