ArtifactTransfer, MetadataTransferpublic abstract class Transfer extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.lang.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 java.lang.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.