Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Class and Description |
---|---|
class |
UploadPackLoggerChain
UploadPackLogger that delegates to a list of other loggers. |
Modifier and Type | Field and Description |
---|---|
static UploadPackLogger |
UploadPackLogger.NULL
A simple no-op logger.
|
Modifier and Type | Method and Description |
---|---|
UploadPackLogger |
UploadPack.getLogger() |
static UploadPackLogger |
UploadPackLoggerChain.newChain(List<? extends UploadPackLogger> loggers)
Create a new logger chaining the given loggers together.
|
Modifier and Type | Method and Description |
---|---|
void |
UploadPack.setLogger(UploadPackLogger logger)
Set the logger.
|
Modifier and Type | Method and Description |
---|---|
static UploadPackLogger |
UploadPackLoggerChain.newChain(List<? extends UploadPackLogger> loggers)
Create a new logger chaining the given loggers together.
|
Copyright © 2014. All rights reserved.