org.apache.axis.utils

Class 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

Since:
4.0

Method Summary

static StringBuffer
describeOptions(CLOptionDescriptor[] options)
Format options into StringBuffer and return.

Method Details

describeOptions

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.

Parameters:
options - the option descriptors

Returns:
the formatted description/help for options


Copyright B) 2005 Apache Web Services Project. All Rights Reserved.