org.apache.avalon.excalibur.cli
Class 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.

Author:
Peter Donald

Field Summary
protected static int MAX_DESCRIPTION_COLUMN_LENGTH
           
 
Method Summary
static java.lang.StringBuffer describeOptions(CLOptionDescriptor[] options)
          Format options into StringBuffer and return.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_DESCRIPTION_COLUMN_LENGTH

protected static int MAX_DESCRIPTION_COLUMN_LENGTH
Method Detail

describeOptions

public static java.lang.StringBuffer describeOptions(CLOptionDescriptor[] options)
Format options into StringBuffer and return.
Parameters:
options[] - the option descriptors
Returns:
the formatted description/help for options


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.