org.jvnet.hudson.plugins.mavendepsupdate.util
Class SnapshotTransfertListener
java.lang.Object
org.jvnet.hudson.plugins.mavendepsupdate.util.SnapshotTransfertListener
- All Implemented Interfaces:
- Serializable, org.eclipse.aether.transfer.TransferListener
public class SnapshotTransfertListener
- extends Object
- implements org.eclipse.aether.transfer.TransferListener, Serializable
NOTE : this class is not designed for external use so it can change without any prior notice
- Since:
- 1.1
- Author:
- Olivier Lamy
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SnapshotTransfertListener
public SnapshotTransfertListener()
transferCorrupted
public void transferCorrupted(org.eclipse.aether.transfer.TransferEvent transferEvent)
throws org.eclipse.aether.transfer.TransferCancelledException
- Specified by:
transferCorrupted
in interface org.eclipse.aether.transfer.TransferListener
- Throws:
org.eclipse.aether.transfer.TransferCancelledException
transferFailed
public void transferFailed(org.eclipse.aether.transfer.TransferEvent transferEvent)
- Specified by:
transferFailed
in interface org.eclipse.aether.transfer.TransferListener
transferInitiated
public void transferInitiated(org.eclipse.aether.transfer.TransferEvent transferEvent)
throws org.eclipse.aether.transfer.TransferCancelledException
- Specified by:
transferInitiated
in interface org.eclipse.aether.transfer.TransferListener
- Throws:
org.eclipse.aether.transfer.TransferCancelledException
transferProgressed
public void transferProgressed(org.eclipse.aether.transfer.TransferEvent transferEvent)
throws org.eclipse.aether.transfer.TransferCancelledException
- Specified by:
transferProgressed
in interface org.eclipse.aether.transfer.TransferListener
- Throws:
org.eclipse.aether.transfer.TransferCancelledException
transferStarted
public void transferStarted(org.eclipse.aether.transfer.TransferEvent transferEvent)
throws org.eclipse.aether.transfer.TransferCancelledException
- Specified by:
transferStarted
in interface org.eclipse.aether.transfer.TransferListener
- Throws:
org.eclipse.aether.transfer.TransferCancelledException
transferSucceeded
public void transferSucceeded(org.eclipse.aether.transfer.TransferEvent transferEvent)
- Specified by:
transferSucceeded
in interface org.eclipse.aether.transfer.TransferListener
isSnapshotDownloaded
public boolean isSnapshotDownloaded()
getSnapshots
public List<String> getSnapshots()
Copyright © 2004-2015. All Rights Reserved.