Package | Description |
---|---|
org.eclipse.jgit.pgm | |
org.eclipse.jgit.pgm.debug |
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
ThrowingPrintWriter |
TextBuiltin.getErrorWriter()
Get error writer
|
ThrowingPrintWriter |
TextBuiltin.getOutputWriter()
Get output writer
|
Modifier and Type | Method and Description |
---|---|
(package private) static void |
Diff.nameStatus(ThrowingPrintWriter out,
java.util.List<DiffEntry> files) |
(package private) static void |
AbstractFetchCommand.showRemoteMessages(ThrowingPrintWriter writer,
java.lang.String pkt) |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
ShowCommands.Format.print(ThrowingPrintWriter err,
CommandRef c) |