org.apache.avalon.excalibur.cli
クラス CLUtil

java.lang.Object
  |
  +--org.apache.avalon.excalibur.cli.CLUtil

public final class CLUtil
extends java.lang.Object

CLUtil offers basic utility operations for use both internal and external to package.

導入されたバージョン:
4.0
作成者:
Peter Donald

メソッドの概要
static java.lang.StringBuffer describeOptions(CLOptionDescriptor[] options)
          Format options into StringBuffer and return.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

describeOptions

public static final java.lang.StringBuffer describeOptions(CLOptionDescriptor[] options)
Format options into StringBuffer and return. This is typically used to print "Usage" text in response to a "--help" or invalid option.
パラメータ:
options[] - the option descriptors
戻り値:
the formatted description/help for options


"Copyright ? 2001 Apache Jakarta Project. All Rights Reserved."