Package org.eclipse.jgit.pgm
Class Config
- java.lang.Object
-
- org.eclipse.jgit.pgm.TextBuiltin
-
- org.eclipse.jgit.pgm.Config
-
class Config extends TextBuiltin
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jgit.pgm.TextBuiltin
TextBuiltin.TerminatedByHelpException
-
-
Constructor Summary
Constructors Constructor Description Config()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private boolean
isListAll()
private void
list()
private void
list(StoredConfig config)
protected void
run()
Perform the actions of this command.-
Methods inherited from class org.eclipse.jgit.pgm.TextBuiltin
abbreviateRef, containsHelp, die, die, die, die, execute, getErrorWriter, getOutputWriter, getRepository, getResourceBundle, init, initRaw, parseArguments, printUsage, printUsageAndExit, printUsageAndExit, requiresRepository, resolve, setCommandName
-
-
-
-
Method Detail
-
run
protected void run()
Perform the actions of this command.This method should only be invoked by
TextBuiltin.execute(String[])
.- Specified by:
run
in classTextBuiltin
-
list
private void list() throws java.io.IOException, ConfigInvalidException
- Throws:
java.io.IOException
ConfigInvalidException
-
isListAll
private boolean isListAll()
-
list
private void list(StoredConfig config) throws java.io.IOException, ConfigInvalidException
- Throws:
java.io.IOException
ConfigInvalidException
-
-