public class ConsoleMavenTransferListener extends AbstractMavenTransferListener
out| Constructor and Description |
|---|
ConsoleMavenTransferListener(PrintStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
transferFailed(org.eclipse.aether.transfer.TransferEvent event) |
void |
transferProgressed(org.eclipse.aether.transfer.TransferEvent event) |
void |
transferSucceeded(org.eclipse.aether.transfer.TransferEvent event) |
toKB, transferCorrupted, transferInitiatedpublic ConsoleMavenTransferListener(PrintStream out)
public void transferProgressed(org.eclipse.aether.transfer.TransferEvent event) throws org.eclipse.aether.transfer.TransferCancelledException
transferProgressed in interface org.eclipse.aether.transfer.TransferListenertransferProgressed in class org.eclipse.aether.transfer.AbstractTransferListenerorg.eclipse.aether.transfer.TransferCancelledExceptionpublic void transferSucceeded(org.eclipse.aether.transfer.TransferEvent event)
transferSucceeded in interface org.eclipse.aether.transfer.TransferListenertransferSucceeded in class AbstractMavenTransferListenerpublic void transferFailed(org.eclipse.aether.transfer.TransferEvent event)
transferFailed in interface org.eclipse.aether.transfer.TransferListenertransferFailed in class org.eclipse.aether.transfer.AbstractTransferListenerCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.