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 StringlongTypeOf(ObjectReader reader, TrackingRefUpdate u) private static StringsafeAbbreviate(ObjectReader reader, ObjectId id) private static charprotected voidShow fetch result.(package private) static voidshowRemoteMessages(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- aFetchResultobject.- Throws:
IOException- if any.
-
showRemoteMessages
- Throws:
IOException
-
longTypeOf
-
safeAbbreviate
-
shortTypeOf
-