| 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.EventType | TransferEvent. getType()Gets the type of the event. | 
| static TransferEvent.EventType | TransferEvent.EventType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TransferEvent.EventType[] | TransferEvent.EventType. 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. resetType(TransferEvent.EventType type)Sets the type of the event and resets event-specific fields. | 
| TransferEvent.Builder | TransferEvent.Builder. setType(TransferEvent.EventType type)Sets the type of the event. | 
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.