Package org.eclipse.jgit.pgm
Class AbstractFetchCommand
java.lang.Object
org.eclipse.jgit.pgm.TextBuiltin
org.eclipse.jgit.pgm.AbstractFetchCommand
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jgit.pgm.TextBuiltin
TextBuiltin.TerminatedByHelpException
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static String
longTypeOf
(ObjectReader reader, TrackingRefUpdate u) private static String
safeAbbreviate
(ObjectReader reader, ObjectId id) private static char
protected void
Show fetch result.(package private) static void
showRemoteMessages
(ThrowingPrintWriter writer, String pkt) 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, run, setCommandName
-
Field Details
-
verbose
private boolean verbose
-
-
Constructor Details
-
AbstractFetchCommand
AbstractFetchCommand()
-
-
Method Details
-
showFetchResult
Show fetch result.- Parameters:
r
- aFetchResult
object.- Throws:
IOException
- if any.
-
showRemoteMessages
- Throws:
IOException
-
longTypeOf
-
safeAbbreviate
-
shortTypeOf
-