站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

CLUtil (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.utils
Class CLUtil

java.lang.Object
  extended byorg.apache.axis.utils.CLUtil

public final class CLUtil
extends Object

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

Since:
4.0
Author:
Peter Donald

Method Summary
static 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
 

Method Detail

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 © 2002 JBoss Group, LLC. All Rights Reserved.