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

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

org.netbeans.modules.sendopts/2 2.0

Package 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.

See:
          Description

Class Summary
Env Represents the environment an OptionProcessor operates in.
Option Represents possible option that can appear on CommandLine and contains factory methods to create them.
OptionGroups Factory method that composes individual options into groups.
OptionProcessor A subclass of this class shall be registered in META-INF/services/org.netbeans.spi.sendopts.OptionProcessor file (see Lookup for description of how to do it and why) in order to register it for participation on handling and processing of command line options initiated by CommandLine.getDefault()'s CommandLine.process(java.lang.String[]).
 

Package org.netbeans.spi.sendopts Description

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.


org.netbeans.modules.sendopts/2 2.0

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