net.sf.mmm.util.cli.base
Class AbstractCliParser.CliArgumentHelpInfo

java.lang.Object
  extended by net.sf.mmm.util.cli.base.AbstractCliParser.CliArgumentHelpInfo
Enclosing class:
AbstractCliParser

public static class AbstractCliParser.CliArgumentHelpInfo
extends Object

This inner class holds the help information for a single CliArgument.


Field Summary
private  CliArgumentContainer argument
           
private  String name
           
 
Constructor Summary
AbstractCliParser.CliArgumentHelpInfo(CliArgumentContainer argument, CliParserDependencies dependencies, CliOutputSettings settings)
          The constructor.
 
Method Summary
 CliArgumentContainer getArgument()
          This method gets the CliArgumentContainer.
 String getName()
          This method gets the name of the argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

argument

private final CliArgumentContainer argument
See Also:
getArgument()

name

private final String name
See Also:
getName()
Constructor Detail

AbstractCliParser.CliArgumentHelpInfo

public AbstractCliParser.CliArgumentHelpInfo(CliArgumentContainer argument,
                                             CliParserDependencies dependencies,
                                             CliOutputSettings settings)
The constructor.

Parameters:
argument - is the CliArgumentContainer.
dependencies - are the CliParserDependencies.
settings - are the CliOutputSettings.
Method Detail

getArgument

public CliArgumentContainer getArgument()
This method gets the CliArgumentContainer.

Returns:
the CliArgumentContainer.

getName

public String getName()
This method gets the name of the argument.

Returns:
the localized message for the argument-name.


Copyright © 2001-2010 mmm-Team. All Rights Reserved.