|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.transport.UploadPackLoggerChain
public class UploadPackLoggerChain
UploadPackLogger
that delegates to a list of other loggers.
loggers are run in the order passed to the constructor.
Field Summary |
---|
Fields inherited from interface org.eclipse.jgit.transport.UploadPackLogger |
---|
NULL |
Method Summary | |
---|---|
static UploadPackLogger |
newChain(java.util.List<? extends UploadPackLogger> loggers)
Create a new logger chaining the given loggers together. |
void |
onPackStatistics(PackWriter.Statistics stats)
Notice to the logger after a pack has been sent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static UploadPackLogger newChain(java.util.List<? extends UploadPackLogger> loggers)
loggers
- loggers to execute, in order.
public void onPackStatistics(PackWriter.Statistics stats)
UploadPackLogger
onPackStatistics
in interface UploadPackLogger
stats
- the statistics after sending a pack to the client.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |