org.netbeans.modules.sendopts/2 2.22

org.netbeans.spi.sendopts
Interface ArgsProcessor


public interface ArgsProcessor

Method in this interface is invoked to finish processing of options defined by subclass of this interface. public fields annotated by Arg have been initialized before the process(org.netbeans.spi.sendopts.Env) method is invoked. The subclass needs to have public default constructor.

Since:
2.20

Method Summary
 void process(Env env)
          Called after all fields annotated with @Arg are filled with appropriate values.
 

Method Detail

process

void process(Env env)
             throws CommandException
Called after all fields annotated with @Arg are filled with appropriate values.

Parameters:
env - environment for the execution - current working directory, stdin, stdout, stderr
Throws:
CommandException - if the parameters don't make sense, throw an exception

org.netbeans.modules.sendopts/2 2.22

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.