net.sf.mmm.util.cli.base
Class AbstractCliParser.CliArgumentHelpInfo
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
argument
private final CliArgumentContainer argument
- See Also:
getArgument()
name
private final String name
- See Also:
getName()
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.
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.