Uses of Class
org.eclipse.jgit.util.io.ThrowingPrintWriter
-
Packages that use ThrowingPrintWriter Package Description org.eclipse.jgit.pgm org.eclipse.jgit.pgm.debug org.eclipse.jgit.pgm.internal -
-
Uses of ThrowingPrintWriter in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm declared as ThrowingPrintWriter Modifier and Type Field Description protected ThrowingPrintWriterTextBuiltin. errwError writer, typically this is standard error.protected ThrowingPrintWriterTextBuiltin. outwWriter to output to, typically this is standard output.Methods in org.eclipse.jgit.pgm that return ThrowingPrintWriter Modifier and Type Method Description ThrowingPrintWriterTextBuiltin. getErrorWriter()Get error writerThrowingPrintWriterTextBuiltin. getOutputWriter()Get output writerMethods in org.eclipse.jgit.pgm with parameters of type ThrowingPrintWriter Modifier and Type Method Description (package private) static voidDiff. nameStatus(ThrowingPrintWriter out, java.util.List<DiffEntry> files)(package private) static voidAbstractFetchCommand. showRemoteMessages(ThrowingPrintWriter writer, java.lang.String pkt) -
Uses of ThrowingPrintWriter in org.eclipse.jgit.pgm.debug
Methods in org.eclipse.jgit.pgm.debug with parameters of type ThrowingPrintWriter Modifier and Type Method Description (package private) abstract voidShowCommands.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 ThrowingPrintWriter Modifier and Type Method Description static voidVerificationUtils. writeVerification(ThrowingPrintWriter out, GpgSignatureVerifier.SignatureVerification verification, java.lang.String name, PersonIdent creator)Writes information about a signature verification to the given writer.
-