Uses of Enum Class
org.eclipse.aether.transfer.TransferEvent.EventType
Package
Description
A listener and various exception types dealing with the transfer of a resource between the local system and a remote
repository.
-
Uses of TransferEvent.EventType in org.eclipse.aether.transfer
Modifier and TypeMethodDescriptionTransferEvent.getType()
Gets the type of the event.static TransferEvent.EventType
Returns the enum constant of this class with the specified name.static TransferEvent.EventType[]
TransferEvent.EventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTransferEvent.Builder.resetType
(TransferEvent.EventType type) Sets the type of the event and resets event-specific fields.TransferEvent.Builder.setType
(TransferEvent.EventType type) Sets the type of the event.