Uses of Enum
org.eclipse.aether.RepositoryEvent.EventType
Packages that use RepositoryEvent.EventType
-
Uses of RepositoryEvent.EventType in org.eclipse.aether
Subclasses with type arguments of type RepositoryEvent.EventType in org.eclipse.aetherModifier and TypeClassDescriptionstatic enumThe type of the repository event.Methods in org.eclipse.aether that return RepositoryEvent.EventTypeModifier and TypeMethodDescriptionRepositoryEvent.getType()Gets the type of the event.static RepositoryEvent.EventTypeReturns the enum constant of this type with the specified name.static RepositoryEvent.EventType[]RepositoryEvent.EventType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.aether with parameters of type RepositoryEvent.EventTypeModifierConstructorDescriptionBuilder(RepositorySystemSession session, RepositoryEvent.EventType type) Creates a new event builder for the specified session and event type.