| Package | Description | 
|---|---|
| org.eclipse.aether.transfer | A listener and various exception types dealing with the transfer of a resource between the local system and a remote
 repository. | 
| Modifier and Type | Method and Description | 
|---|---|
| TransferEvent.RequestType | TransferEvent. getRequestType()Gets the type of the request/transfer. | 
| static TransferEvent.RequestType | TransferEvent.RequestType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TransferEvent.RequestType[] | TransferEvent.RequestType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| TransferEvent.Builder | TransferEvent.Builder. setRequestType(TransferEvent.RequestType requestType)Sets the type of the request/transfer. | 
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.