org.netbeans.modules.extexecution/2 1.25.1

org.netbeans.api.extexecution
Interface ExecutionDescriptor.InputProcessorFactory

Enclosing class:
ExecutionDescriptor

public static interface ExecutionDescriptor.InputProcessorFactory

Factory creating the input processor.


Method Summary
 InputProcessor newInputProcessor(InputProcessor defaultProcessor)
          Creates and returns new input processor.
 

Method Detail

newInputProcessor

@NonNull
InputProcessor newInputProcessor(@NonNull
                                         InputProcessor defaultProcessor)
Creates and returns new input processor.

Parameters:
defaultProcessor - default processor created by infrastructure that is printing chars to the output window
Returns:
new input processor

org.netbeans.modules.extexecution/2 1.25.1

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