A C D E G I J M O P R S T

A

AbstractTreeIteratorHandler - Class in org.eclipse.jgit.pgm.opt
Custom argument handler AbstractTreeIterator from string values.
AbstractTreeIteratorHandler(CmdLineParser, OptionDef, Setter<? super AbstractTreeIterator>) - Constructor for class org.eclipse.jgit.pgm.opt.AbstractTreeIteratorHandler
Create a new handler for the command name.
all() - Static method in class org.eclipse.jgit.pgm.CommandCatalog
 
argWalk - Variable in class org.eclipse.jgit.pgm.TextBuiltin
RevWalk used during command line parsing, if it was required.

C

CmdLineParser - Class in org.eclipse.jgit.pgm.opt
Extended command line parser which handles --foo=value arguments.
CmdLineParser(Object) - Constructor for class org.eclipse.jgit.pgm.opt.CmdLineParser
Creates a new command line owner that parses arguments/options and set them into the given object.
CmdLineParser(Object, Repository) - Constructor for class org.eclipse.jgit.pgm.opt.CmdLineParser
Creates a new command line owner that parses arguments/options and set them into the given object.
Command - Annotation Type in org.eclipse.jgit.pgm
Annotation to document a TextBuiltin.
CommandCatalog - Class in org.eclipse.jgit.pgm
List of all commands known by jgit's command line tools.
CommandRef - Class in org.eclipse.jgit.pgm
Description of a command (a TextBuiltin subclass.
common() - Static method in class org.eclipse.jgit.pgm.CommandCatalog
 
create() - Method in class org.eclipse.jgit.pgm.CommandRef
 

D

db - Variable in class org.eclipse.jgit.pgm.TextBuiltin
Git repository the command was invoked within.
Die - Exception in org.eclipse.jgit.pgm
Indicates a TextBuiltin implementation has failed during execution.
Die(String) - Constructor for exception org.eclipse.jgit.pgm.Die
Construct a new message explaining what has gone wrong.
Die(String, Throwable) - Constructor for exception org.eclipse.jgit.pgm.Die
Construct a new message explaining what has gone wrong.
die(String) - Static method in class org.eclipse.jgit.pgm.TextBuiltin
 
die(String, Throwable) - Static method in class org.eclipse.jgit.pgm.TextBuiltin
 

E

execute(String[]) - Method in class org.eclipse.jgit.pgm.TextBuiltin
Parse arguments and run this command.

G

get(String) - Static method in class org.eclipse.jgit.pgm.CommandCatalog
Locate a single command by its user friendly name.
getDefaultMetaVariable() - Method in class org.eclipse.jgit.pgm.opt.AbstractTreeIteratorHandler
 
getDefaultMetaVariable() - Method in class org.eclipse.jgit.pgm.opt.ObjectIdHandler
 
getDefaultMetaVariable() - Method in class org.eclipse.jgit.pgm.opt.PathTreeFilterHandler
 
getDefaultMetaVariable() - Method in class org.eclipse.jgit.pgm.opt.RefSpecHandler
 
getDefaultMetaVariable() - Method in class org.eclipse.jgit.pgm.opt.RevCommitHandler
 
getDefaultMetaVariable() - Method in class org.eclipse.jgit.pgm.opt.RevTreeHandler
 
getDefaultMetaVariable() - Method in class org.eclipse.jgit.pgm.opt.SubcommandHandler
 
getImplementationClassLoader() - Method in class org.eclipse.jgit.pgm.CommandRef
 
getImplementationClassName() - Method in class org.eclipse.jgit.pgm.CommandRef
 
getName() - Method in class org.eclipse.jgit.pgm.CommandRef
 
getRepository() - Method in class org.eclipse.jgit.pgm.opt.CmdLineParser
Get the repository this parser translates values through.
getRepository() - Method in class org.eclipse.jgit.pgm.TextBuiltin
 
getRevWalk() - Method in class org.eclipse.jgit.pgm.opt.CmdLineParser
Get the revision walker used to support option parsing.
getRevWalkGently() - Method in class org.eclipse.jgit.pgm.opt.CmdLineParser
Get the revision walker used to support option parsing.
getUsage() - Method in class org.eclipse.jgit.pgm.CommandRef
 
gitdir - Variable in class org.eclipse.jgit.pgm.TextBuiltin
Directory supplied via --git-dir command line option.

I

isCommon() - Method in class org.eclipse.jgit.pgm.CommandRef
 

J

JarLinkUtil - Class in org.eclipse.jgit.pgm.build
Combines multiple JAR and directory sources into a single JAR file.

M

main(String[]) - Static method in class org.eclipse.jgit.pgm.build.JarLinkUtil
Combine multiple JARs.
Main - Class in org.eclipse.jgit.pgm
Command line entry point.
Main() - Constructor for class org.eclipse.jgit.pgm.Main
 
main(String[]) - Static method in class org.eclipse.jgit.pgm.Main
Execute the command line.

O

ObjectIdHandler - Class in org.eclipse.jgit.pgm.opt
Custom argument handler ObjectId from string values.
ObjectIdHandler(CmdLineParser, OptionDef, Setter<? super ObjectId>) - Constructor for class org.eclipse.jgit.pgm.opt.ObjectIdHandler
Create a new handler for the command name.
org.eclipse.jgit.pgm - package org.eclipse.jgit.pgm
 
org.eclipse.jgit.pgm.build - package org.eclipse.jgit.pgm.build
 
org.eclipse.jgit.pgm.opt - package org.eclipse.jgit.pgm.opt
 
out - Variable in class org.eclipse.jgit.pgm.TextBuiltin
Stream to output to, typically this is standard output.

P

parseArgument(String...) - Method in class org.eclipse.jgit.pgm.opt.CmdLineParser
 
parseArguments(Parameters) - Method in class org.eclipse.jgit.pgm.opt.AbstractTreeIteratorHandler
 
parseArguments(Parameters) - Method in class org.eclipse.jgit.pgm.opt.ObjectIdHandler
 
parseArguments(Parameters) - Method in class org.eclipse.jgit.pgm.opt.PathTreeFilterHandler
 
parseArguments(Parameters) - Method in class org.eclipse.jgit.pgm.opt.RefSpecHandler
 
parseArguments(Parameters) - Method in class org.eclipse.jgit.pgm.opt.RevCommitHandler
 
parseArguments(Parameters) - Method in class org.eclipse.jgit.pgm.opt.RevTreeHandler
 
parseArguments(Parameters) - Method in class org.eclipse.jgit.pgm.opt.SubcommandHandler
 
parseArguments(String[]) - Method in class org.eclipse.jgit.pgm.TextBuiltin
Parses the command line arguments prior to running.
PathTreeFilterHandler - Class in org.eclipse.jgit.pgm.opt
Create a TreeFilter to patch math names.
PathTreeFilterHandler(CmdLineParser, OptionDef, Setter<? super TreeFilter>) - Constructor for class org.eclipse.jgit.pgm.opt.PathTreeFilterHandler
Create a new handler for the command name.
printUsageAndExit(CmdLineParser) - Method in class org.eclipse.jgit.pgm.TextBuiltin
Print the usage line
printUsageAndExit(String, CmdLineParser) - Method in class org.eclipse.jgit.pgm.TextBuiltin
Print an error message and the usage line

R

RefSpecHandler - Class in org.eclipse.jgit.pgm.opt
Custom argument handler RefSpec from string values.
RefSpecHandler(CmdLineParser, OptionDef, Setter<? super RefSpec>) - Constructor for class org.eclipse.jgit.pgm.opt.RefSpecHandler
Create a new handler for the command name.
requiresRepository() - Method in class org.eclipse.jgit.pgm.TextBuiltin
 
RevCommitHandler - Class in org.eclipse.jgit.pgm.opt
Custom argument handler RevCommit from string values.
RevCommitHandler(CmdLineParser, OptionDef, Setter<? super RevCommit>) - Constructor for class org.eclipse.jgit.pgm.opt.RevCommitHandler
Create a new handler for the command name.
RevTreeHandler - Class in org.eclipse.jgit.pgm.opt
Custom argument handler RevTree from string values.
RevTreeHandler(CmdLineParser, OptionDef, Setter<? super RevTree>) - Constructor for class org.eclipse.jgit.pgm.opt.RevTreeHandler
Create a new handler for the command name.
run() - Method in class org.eclipse.jgit.pgm.TextBuiltin
Perform the actions of this command.

S

SubcommandHandler - Class in org.eclipse.jgit.pgm.opt
Custom Argument handler for jgit command selection.
SubcommandHandler(CmdLineParser, OptionDef, Setter<? super TextBuiltin>) - Constructor for class org.eclipse.jgit.pgm.opt.SubcommandHandler
Create a new handler for the command name.

T

TextBuiltin - Class in org.eclipse.jgit.pgm
Abstract command which can be invoked from the command line.
TextBuiltin() - Constructor for class org.eclipse.jgit.pgm.TextBuiltin
 

A C D E G I J M O P R S T