public abstract class Transfer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Transfer.State
Deprecated.
A connector notifies the transfer listener instead.
|
| 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.
|
Transfer.State |
getState()
Deprecated.
|
org.eclipse.aether.RequestTrace |
getTrace()
Gets the trace information that describes the higher level request/operation in which this transfer is issued.
|
Transfer |
setState(Transfer.State state)
Deprecated.
A connector notifies the transfer listener instead.
|
public abstract Exception getException()
null if the transfer was successful.@Deprecated public Transfer.State getState()
null.@Deprecated public Transfer setState(Transfer.State state)
state - The new state, must not be null.null.public org.eclipse.aether.transfer.TransferListener getListener()
null if none.public org.eclipse.aether.RequestTrace getTrace()
null if none.Copyright © 2010-2014 The Eclipse Foundation. All Rights Reserved.