Uses of Class
org.eclipse.aether.RepositoryEvent.EventType
-
Packages that use RepositoryEvent.EventType Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality. -
-
Uses of RepositoryEvent.EventType in org.eclipse.aether
Methods in org.eclipse.aether that return RepositoryEvent.EventType Modifier and Type Method Description RepositoryEvent.EventTypeRepositoryEvent. getType()Gets the type of the event.static RepositoryEvent.EventTypeRepositoryEvent.EventType. valueOf(java.lang.String name)Returns 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.EventType Constructor Description Builder(RepositorySystemSession session, RepositoryEvent.EventType type)Creates a new event builder for the specified session and event type.
-