net.sf.mmm.util.cli.impl
Class DefaultCliParser
java.lang.Object
net.sf.mmm.util.component.base.AbstractLoggableObject
net.sf.mmm.util.cli.base.AbstractCliParser
net.sf.mmm.util.cli.impl.DefaultCliParser
- All Implemented Interfaces:
- CliParser
public class DefaultCliParser
- extends AbstractCliParser
This is the default implementation of the
CliParser
interface.
- Since:
- 2.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
Methods inherited from class net.sf.mmm.util.cli.base.AbstractCliParser |
checkOption, checkOptionName, checkRequiredParameters, getCliState, getDependencies, getState, handleUndefinedMode, parseArgument, parseOption, parseParameter, parseParameters, printHelp, printHelp |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCliParser
public DefaultCliParser(Object state,
CliState cliState,
CliParserDependencies dependencies)
- The constructor.
- Parameters:
state
- is the state
.cliState
- is the CliState
.dependencies
- are the CliParserDependencies
.
Copyright © 2001-2010 mmm-Team. All Rights Reserved.