org.netbeans.modules.extexecution/2 1.25.1

Uses of Interface
org.netbeans.api.extexecution.input.InputProcessor

Packages that use InputProcessor
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. 
 

Uses of InputProcessor in org.netbeans.api.extexecution
 

Methods in org.netbeans.api.extexecution that return InputProcessor
 InputProcessor ExecutionDescriptor.InputProcessorFactory.newInputProcessor(InputProcessor defaultProcessor)
          Creates and returns new input processor.
 

Methods in org.netbeans.api.extexecution with parameters of type InputProcessor
 InputProcessor ExecutionDescriptor.InputProcessorFactory.newInputProcessor(InputProcessor defaultProcessor)
          Creates and returns new input processor.
 

Uses of InputProcessor in org.netbeans.api.extexecution.input
 

Methods in org.netbeans.api.extexecution.input that return InputProcessor
static InputProcessor InputProcessors.ansiStripping(InputProcessor delegate)
          Returns the processor that strips any ANSI escape sequences and passes the result to the delegate.
static InputProcessor InputProcessors.bridge(LineProcessor lineProcessor)
          Returns the processor converting characters to the whole lines passing them to the given line processor.
static InputProcessor InputProcessors.copying(Writer writer)
          Returns the processor that writes every character passed for processing to the given writer.
static InputProcessor InputProcessors.printing(OutputWriter out, boolean resetEnabled)
          Returns the processor printing all characters passed for processing to the given output writer.
static InputProcessor InputProcessors.printing(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 InputProcessor InputProcessors.proxy(InputProcessor... processors)
          Returns the processor acting as a proxy.
 

Methods in org.netbeans.api.extexecution.input with parameters of type InputProcessor
static InputProcessor InputProcessors.ansiStripping(InputProcessor delegate)
          Returns the processor that strips any ANSI escape sequences and passes the result to the delegate.
static InputReaderTask InputReaderTask.newDrainingTask(InputReader reader, InputProcessor processor)
          Creates the new task.
static InputReaderTask InputReaderTask.newTask(InputReader reader, InputProcessor processor)
          Creates the new task.
static InputProcessor InputProcessors.proxy(InputProcessor... processors)
          Returns the processor acting as a proxy.
 int InputReader.readInput(InputProcessor processor)
          Reads some input and process it through the processor (if any).
 


org.netbeans.modules.extexecution/2 1.25.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.