org.netbeans.modules.extexecution/2 1.25.1

Uses of Interface
org.netbeans.api.extexecution.print.LineConvertor

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

Uses of LineConvertor in org.netbeans.api.extexecution
 

Methods in org.netbeans.api.extexecution that return LineConvertor
 LineConvertor ExecutionDescriptor.LineConvertorFactory.newLineConvertor()
          Creates and returns new line convertor.
 

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

Methods in org.netbeans.api.extexecution.input with parameters of type LineConvertor
static LineProcessor LineProcessors.printing(OutputWriter out, LineConvertor convertor, boolean resetEnabled)
          Returns the processor converting lines with convertor and printing the result 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.
 

Uses of LineConvertor in org.netbeans.api.extexecution.print
 

Methods in org.netbeans.api.extexecution.print that return LineConvertor
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.
 

Methods in org.netbeans.api.extexecution.print with parameters of type LineConvertor
static LineConvertor LineConvertors.proxy(LineConvertor... convertors)
          Returns the convertor that will delegate to passed converters.
 


org.netbeans.modules.extexecution/2 1.25.1

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