|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonatype.aether.spi.connector.Transfer
public abstract class Transfer
An artifact/metadata transfer.
| Nested Class Summary | |
|---|---|
static class |
Transfer.State
|
| Constructor Summary | |
|---|---|
Transfer()
|
|
| Method Summary | |
|---|---|
Transfer.State |
getState()
Gets the state of this transfer. |
RequestTrace |
getTrace()
Gets the trace information that describes the higher level request/operation in which this transfer is issued. |
Transfer |
setState(Transfer.State state)
Sets the state of this transfer. |
Transfer |
setTrace(RequestTrace trace)
Sets the trace information that describes the higher level request/operation in which this transfer is issued. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Transfer()
| Method Detail |
|---|
public Transfer.State getState()
null.public Transfer setState(Transfer.State state)
state - The new state, must not be null.
null.public RequestTrace getTrace()
null if none.public Transfer setTrace(RequestTrace trace)
trace - The trace information about the higher level operation, may be null.
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||