public abstract class Transfer extends Object
Modifier and Type | Method and Description |
---|---|
abstract Exception |
getException()
Gets the exception that occurred during the transfer (if any).
|
org.eclipse.aether.transfer.TransferListener |
getListener()
Gets the listener that is to be notified during the transfer.
|
org.eclipse.aether.RequestTrace |
getTrace()
Gets the trace information that describes the higher level request/operation in which this transfer is issued.
|
public abstract Exception getException()
null
if the transfer was successful.public org.eclipse.aether.transfer.TransferListener getListener()
null
if none.public org.eclipse.aether.RequestTrace getTrace()
null
if none.Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.