站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.netbeans.spi.sendopts.Env (Command Line Parsing API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.sendopts/2 2.0

Uses of Class
org.netbeans.spi.sendopts.Env

Packages that use Env
org.netbeans.spi.sendopts Package for those that want to write a command line handler that can participate on handling parts of a command line send to the application. 
 

Uses of Env in org.netbeans.spi.sendopts
 

Methods in org.netbeans.spi.sendopts with parameters of type Env
protected abstract  void OptionProcessor.process(Env env, Map<Option,String[]> optionValues)
          Called by the sendopts parsing infrastructure as a result of CommandLine.process(java.lang.String[]).
 


org.netbeans.modules.sendopts/2 2.0

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.