Modifier and Type | Method and Description |
---|---|
CLOptionDescriptor |
CLOption.getDescriptor() |
Modifier and Type | Method and Description |
---|---|
static StringBuffer |
CLUtil.describeOptions(CLOptionDescriptor[] options)
Format options into StringBuffer and return.
|
Constructor and Description |
---|
CLArgsParser(String[] args,
CLOptionDescriptor[] optionDescriptors)
Create a parser that deals with options and parses certain args.
|
CLArgsParser(String[] args,
CLOptionDescriptor[] optionDescriptors,
ParserControl control)
Create a parser that can deal with options and parses certain args.
|
CLOption(CLOptionDescriptor descriptor)
Constructor taking an descriptor
|
CLOptionDescriptor(String name,
int flags,
int id,
String description,
CLOptionDescriptor[] incompatible)
Constructor.
|
Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.