Package org.eclipse.jgit.pgm.debug
Class VerifyReftable
java.lang.Object
org.eclipse.jgit.pgm.TextBuiltin
org.eclipse.jgit.pgm.debug.VerifyReftable
-
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 void
byId
(List<Ref> refs, ReftableReader reader) private static String
protected void
run()
Perform the actions of this command.private void
scan
(List<Ref> refs, ReftableReader reader) private void
seek
(List<Ref> refs, ReftableReader reader) private void
Methods inherited from class org.eclipse.jgit.pgm.TextBuiltin
containsHelp, die, die, die, die, execute, getErrorWriter, getOutputWriter, getRepository, getResourceBundle, init, initRaw, parseArguments, printUsage, printUsageAndExit, printUsageAndExit, requiresRepository
-
Field Details
-
SEED1
private static final long SEED1- See Also:
-
SEED2
private static final long SEED2- See Also:
-
lsRemotePath
-
reftablePath
-
-
Constructor Details
-
VerifyReftable
VerifyReftable()
-
-
Method Details
-
run
Perform the actions of this command.This method should only be invoked by
TextBuiltin.execute(String[])
.- Specified by:
run
in classTextBuiltin
- Throws:
Exception
- an error occurred while processing the command. The main framework will catch the exception and print a message on standard error.
-
scan
- Throws:
IOException
-
seek
- Throws:
IOException
-
byId
- Throws:
IOException
-
groupById
-
verify
- Throws:
IOException
-
id
-