Uses of Class
org.eclipse.jgit.util.io.ThrowingPrintWriter
-
Packages that use ThrowingPrintWriter Package Description org.eclipse.jgit.pgm -
-
Uses of ThrowingPrintWriter in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm declared as ThrowingPrintWriter Modifier and Type Field Description protected 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 ThrowingPrintWriter Modifier and Type Method Description ThrowingPrintWriter
TextBuiltin. getErrorWriter()
Get error writerThrowingPrintWriter
TextBuiltin. getOutputWriter()
Get output writer
-