Home » jakarta-jmeter-2.3.4_src » org.apache.commons » cli » avalon » [javadoc | source]
org.apache.commons.cli.avalon
public final class: CLUtil [javadoc | source]
java.lang.Object
   org.apache.commons.cli.avalon.CLUtil
CLUtil offers basic utility operations for use both internal and external to package.
Method from org.apache.commons.cli.avalon.CLUtil Summary:
describeOptions
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.cli.avalon.CLUtil Detail:
 public static final 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.