Uses of Class
org.eclipse.jgit.pgm.opt.CmdLineParser
-
Packages that use CmdLineParser Package Description org.eclipse.jgit.pgm org.eclipse.jgit.pgm.opt -
-
Uses of CmdLineParser in org.eclipse.jgit.pgm
Subclasses of CmdLineParser in org.eclipse.jgit.pgm Modifier and Type Class Description (package private) static classMain.SubcommandLineParserParser for subcommands which doesn't stop parsing on help options and so proceeds all specified optionsMethods in org.eclipse.jgit.pgm with parameters of type CmdLineParser Modifier and Type Method Description voidRemote. printUsage(java.lang.String message, CmdLineParser clp)Print usage help text.protected voidTextBuiltin. printUsage(java.lang.String message, CmdLineParser clp)Print usage help text.voidTextBuiltin. printUsageAndExit(java.lang.String message, CmdLineParser clp)Print an error message and the usage linevoidTextBuiltin. printUsageAndExit(CmdLineParser clp)Print the usage line -
Uses of CmdLineParser in org.eclipse.jgit.pgm.opt
Fields in org.eclipse.jgit.pgm.opt declared as CmdLineParser Modifier and Type Field Description private CmdLineParserAbstractTreeIteratorHandler. clpprivate CmdLineParserObjectIdHandler. clpprivate CmdLineParserRevCommitHandler. clpprivate CmdLineParserRevTreeHandler. clpprivate CmdLineParserSubcommandHandler. clp
-