Uses of Class
org.eclipse.jgit.util.io.ThrowingPrintWriter
Packages that use ThrowingPrintWriter
-
Uses of ThrowingPrintWriter in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm declared as ThrowingPrintWriterModifier and TypeFieldDescriptionprotected ThrowingPrintWriter
TextBuiltin.errw
Error writer, typically this is standard error.protected ThrowingPrintWriter
TextBuiltin.outw
Writer to output to, typically this is standard output.Methods in org.eclipse.jgit.pgm that return ThrowingPrintWriterModifier and TypeMethodDescriptionTextBuiltin.getErrorWriter()
Get error writerTextBuiltin.getOutputWriter()
Get output writerMethods in org.eclipse.jgit.pgm with parameters of type ThrowingPrintWriterModifier and TypeMethodDescription(package private) static void
Diff.nameStatus
(ThrowingPrintWriter out, List<DiffEntry> files) (package private) static void
AbstractFetchCommand.showRemoteMessages
(ThrowingPrintWriter writer, String pkt) -
Uses of ThrowingPrintWriter in org.eclipse.jgit.pgm.debug
Methods in org.eclipse.jgit.pgm.debug with parameters of type ThrowingPrintWriterModifier and TypeMethodDescription(package private) abstract void
ShowCommands.Format.print
(ThrowingPrintWriter err, CommandRef c) -
Uses of ThrowingPrintWriter in org.eclipse.jgit.pgm.internal
Methods in org.eclipse.jgit.pgm.internal with parameters of type ThrowingPrintWriterModifier and TypeMethodDescriptionstatic void
VerificationUtils.writeVerification
(ThrowingPrintWriter out, GpgSignatureVerifier.SignatureVerification verification, String name, PersonIdent creator) Writes information about a signature verification to the given writer.