Uses of Package
net.sf.mmm.util.cli.api

Packages that use net.sf.mmm.util.cli.api
net.sf.mmm.util.cli.api Provides the API for utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.cli.base Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.cli.impl Contains the implementation of utilities that help to build command-line-interfaces (CLI). 
net.sf.mmm.util.nls.base Contains the basis for implementations of the native language support (NLS) API. 
 

Classes in net.sf.mmm.util.cli.api used by net.sf.mmm.util.cli.api
AbstractMain
          This is the abstract base class for a main-program.
CliClass
          A CliClass is used to annotate a Java-class that holds the parameters of a main-program that are parsed from the commandline arguments.
CliContainerStyle
          This enum contains the available styles for container types.
CliException
          A CliException is thrown, if the commandline arguments are invalid for a specific main-program.
CliMode
          A CliMode is used to annotate a CLI annotated class in order to define a operational mode.
CliModeObject
          This is a container for a CliMode together with additional associated information.
CliModes
          This annotation is used to annotate a CLI-Class with multiple CliMode-annotations.
CliOption
          A CliOption is used to annotate a property (member variable of some class or setter-method) that should be set from a main-program via a commandline option.
CliOutputSettings
          This class represents the settings for the help output.
CliParser
          This is the interface used to parse the command-line arguments of a main-program.
CliParserBuilder
          This is the interface used to build a CliParser from a given object.
CliStyleHandling
          This enum contains the available ways to handle a specific CLI-style.
 

Classes in net.sf.mmm.util.cli.api used by net.sf.mmm.util.cli.base
CliArgument
          A CliArgument is used to annotate a property (member variable of some class or setter-method) that should be set from a main-program via a commandline argument.
CliClass
          A CliClass is used to annotate a Java-class that holds the parameters of a main-program that are parsed from the commandline arguments.
CliContainerStyle
          This enum contains the available styles for container types.
CliException
          A CliException is thrown, if the commandline arguments are invalid for a specific main-program.
CliMode
          A CliMode is used to annotate a CLI annotated class in order to define a operational mode.
CliModeObject
          This is a container for a CliMode together with additional associated information.
CliOption
          A CliOption is used to annotate a property (member variable of some class or setter-method) that should be set from a main-program via a commandline option.
CliOutputSettings
          This class represents the settings for the help output.
CliParser
          This is the interface used to parse the command-line arguments of a main-program.
CliParserBuilder
          This is the interface used to build a CliParser from a given object.
CliStyle
          A CliStyle is used to annotated a Java-class that holds the parameters of a main-program that are parsed from the commandline arguments.
 

Classes in net.sf.mmm.util.cli.api used by net.sf.mmm.util.cli.impl
CliParser
          This is the interface used to parse the command-line arguments of a main-program.
CliParserBuilder
          This is the interface used to build a CliParser from a given object.
 

Classes in net.sf.mmm.util.cli.api used by net.sf.mmm.util.nls.base
AbstractMain
          This is the abstract base class for a main-program.
AbstractVersionedMain
          This is the abstract base class for a main-program that has a version.
CliClass
          A CliClass is used to annotate a Java-class that holds the parameters of a main-program that are parsed from the commandline arguments.
CliMode
          A CliMode is used to annotate a CLI annotated class in order to define a operational mode.
CliModeObject
          This is a container for a CliMode together with additional associated information.
CliOption
          A CliOption is used to annotate a property (member variable of some class or setter-method) that should be set from a main-program via a commandline option.
 



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