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.
|
org.netbeans.api.extexecution.print |
The support API extending the capabalities of input processing.
|
Modifier and Type | Method and Description |
---|---|
LineConvertor |
ExecutionDescriptor.LineConvertorFactory.newLineConvertor()
Creates and returns new line convertor.
|
Modifier and Type | Method and Description |
---|---|
static InputProcessor |
InputProcessors.OutputWriter out,
LineConvertor convertor,
boolean resetEnabled)
Deprecated.
Returns the processor converting whole lines with convertor and
printing the result including unterminated tail (if present) to the
given output writer.
|
static LineProcessor |
LineProcessors.OutputWriter out,
LineConvertor convertor,
boolean resetEnabled)
Deprecated.
Returns the processor converting lines with convertor and
printing the result to the given output writer.
|
Modifier and Type | Method and Description |
---|---|
static LineConvertor |
LineConvertors.filePattern(LineConvertors.FileLocator fileLocator,
Pattern linePattern,
Pattern filePattern,
int fileGroup,
int lineGroup)
Returns the convertor searching for lines matching the patterns,
considering matched lines as being files.
|
static LineConvertor |
LineConvertors.httpUrl()
Returns the convertor parsing the line and searching for
http or https URL. |
static LineConvertor |
LineConvertors.proxy(LineConvertor... convertors)
Returns the convertor that will delegate to passed converters.
|
Modifier and Type | Method and Description |
---|---|
static InputProcessor |
InputProcessors.OutputWriter out,
LineConvertor convertor,
boolean resetEnabled)
Returns the processor converting whole lines with convertor and
printing the result including unterminated tail (if present) to the
given output writer.
|
static LineProcessor |
LineProcessors.OutputWriter out,
LineConvertor convertor,
boolean resetEnabled)
Returns the processor converting lines with convertor and
printing the result to the given output writer.
|
static LineConvertor |
LineConvertors.proxy(LineConvertor... convertors)
Returns the convertor that will delegate to passed converters.
|