public abstract class AbstractMavenTransferListener extends AbstractTransferListener
| Modifier and Type | Field and Description |
|---|---|
protected PrintStream |
out |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMavenTransferListener(PrintStream out) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
toKB(long bytes) |
void |
transferCorrupted(TransferEvent event) |
void |
transferInitiated(TransferEvent event) |
void |
transferSucceeded(TransferEvent event) |
transferFailed, transferProgressed, transferStartedprotected PrintStream out
protected AbstractMavenTransferListener(PrintStream out)
public void transferInitiated(TransferEvent event)
transferInitiated in interface TransferListenertransferInitiated in class AbstractTransferListenerpublic void transferCorrupted(TransferEvent event) throws TransferCancelledException
transferCorrupted in interface TransferListenertransferCorrupted in class AbstractTransferListenerTransferCancelledExceptionpublic void transferSucceeded(TransferEvent event)
transferSucceeded in interface TransferListenertransferSucceeded in class AbstractTransferListenerprotected long toKB(long bytes)
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.