org.jvnet.hudson.plugins.repositoryconnector.aether
Class ConsoleTransferListener
java.lang.Object
org.jvnet.hudson.plugins.repositoryconnector.aether.ConsoleTransferListener
- All Implemented Interfaces:
- org.sonatype.aether.transfer.TransferListener
public class ConsoleTransferListener
- extends Object
- implements org.sonatype.aether.transfer.TransferListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleTransferListener
public ConsoleTransferListener(PrintStream out)
transferInitiated
public void transferInitiated(org.sonatype.aether.transfer.TransferEvent event)
- Specified by:
transferInitiated
in interface org.sonatype.aether.transfer.TransferListener
transferProgressed
public void transferProgressed(org.sonatype.aether.transfer.TransferEvent event)
- Specified by:
transferProgressed
in interface org.sonatype.aether.transfer.TransferListener
transferSucceeded
public void transferSucceeded(org.sonatype.aether.transfer.TransferEvent event)
- Specified by:
transferSucceeded
in interface org.sonatype.aether.transfer.TransferListener
transferFailed
public void transferFailed(org.sonatype.aether.transfer.TransferEvent event)
- Specified by:
transferFailed
in interface org.sonatype.aether.transfer.TransferListener
transferCorrupted
public void transferCorrupted(org.sonatype.aether.transfer.TransferEvent event)
- Specified by:
transferCorrupted
in interface org.sonatype.aether.transfer.TransferListener
toKB
protected long toKB(long bytes)
transferStarted
public void transferStarted(org.sonatype.aether.transfer.TransferEvent arg0)
throws org.sonatype.aether.transfer.TransferCancelledException
- Specified by:
transferStarted
in interface org.sonatype.aether.transfer.TransferListener
- Throws:
org.sonatype.aether.transfer.TransferCancelledException
- See Also:
TransferListener.transferStarted(org.sonatype.aether.transfer.TransferEvent)
Copyright © 2010-2014. All Rights Reserved.