public class ConsoleTransferListener extends Object implements org.eclipse.aether.transfer.TransferListener
Constructor and Description |
---|
ConsoleTransferListener(PrintStream out) |
Modifier and Type | Method and Description |
---|---|
protected long |
toKB(long bytes) |
void |
transferCorrupted(org.eclipse.aether.transfer.TransferEvent event) |
void |
transferFailed(org.eclipse.aether.transfer.TransferEvent event) |
void |
transferInitiated(org.eclipse.aether.transfer.TransferEvent event) |
void |
transferProgressed(org.eclipse.aether.transfer.TransferEvent event) |
void |
transferStarted(org.eclipse.aether.transfer.TransferEvent arg0) |
void |
transferSucceeded(org.eclipse.aether.transfer.TransferEvent event) |
public ConsoleTransferListener(PrintStream out)
public void transferCorrupted(org.eclipse.aether.transfer.TransferEvent event)
transferCorrupted
in interface org.eclipse.aether.transfer.TransferListener
public void transferFailed(org.eclipse.aether.transfer.TransferEvent event)
transferFailed
in interface org.eclipse.aether.transfer.TransferListener
public void transferInitiated(org.eclipse.aether.transfer.TransferEvent event)
transferInitiated
in interface org.eclipse.aether.transfer.TransferListener
public void transferProgressed(org.eclipse.aether.transfer.TransferEvent event)
transferProgressed
in interface org.eclipse.aether.transfer.TransferListener
public void transferStarted(org.eclipse.aether.transfer.TransferEvent arg0) throws org.eclipse.aether.transfer.TransferCancelledException
transferStarted
in interface org.eclipse.aether.transfer.TransferListener
org.eclipse.aether.transfer.TransferCancelledException
public void transferSucceeded(org.eclipse.aether.transfer.TransferEvent event)
transferSucceeded
in interface org.eclipse.aether.transfer.TransferListener
protected long toKB(long bytes)
Copyright © 2010–2021. All rights reserved.