Uses of Enum
org.eclipse.aether.transfer.TransferEvent.EventType
Packages that use 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
Methods in org.eclipse.aether.transfer that return TransferEvent.EventTypeModifier and TypeMethodDescriptionTransferEvent.getType()Gets the type of the event.static TransferEvent.EventTypeReturns 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.Methods in org.eclipse.aether.transfer with parameters of type TransferEvent.EventTypeModifier 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.