Uses of Enum Class
org.eclipse.aether.RepositoryEvent.EventType
-
Uses of RepositoryEvent.EventType in org.eclipse.aether
Modifier and TypeMethodDescriptionRepositoryEvent.getType()
Gets the type of the event.static RepositoryEvent.EventType
Returns the enum constant of this class with the specified name.static RepositoryEvent.EventType[]
RepositoryEvent.EventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionBuilder
(RepositorySystemSession session, RepositoryEvent.EventType type) Creates a new event builder for the specified session and event type.