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 class
Main.SubcommandLineParser
Parser 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 void
Remote. printUsage(java.lang.String message, CmdLineParser clp)
Print usage help text.protected void
TextBuiltin. printUsage(java.lang.String message, CmdLineParser clp)
Print usage help text.void
TextBuiltin. printUsageAndExit(java.lang.String message, CmdLineParser clp)
Print an error message and the usage linevoid
TextBuiltin. 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 CmdLineParser
AbstractTreeIteratorHandler. clp
private CmdLineParser
ObjectIdHandler. clp
private CmdLineParser
RevCommitHandler. clp
private CmdLineParser
RevTreeHandler. clp
private CmdLineParser
SubcommandHandler. clp
-