|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RepositoryEvent.EventType | |
---|---|
org.sonatype.aether | |
org.sonatype.aether.util.listener |
Uses of RepositoryEvent.EventType in org.sonatype.aether |
---|
Methods in org.sonatype.aether that return RepositoryEvent.EventType | |
---|---|
RepositoryEvent.EventType |
RepositoryEvent.getType()
Gets the type of the event. |
static RepositoryEvent.EventType |
RepositoryEvent.EventType.valueOf(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. |
Uses of RepositoryEvent.EventType in org.sonatype.aether.util.listener |
---|
Methods in org.sonatype.aether.util.listener that return RepositoryEvent.EventType | |
---|---|
RepositoryEvent.EventType |
DefaultRepositoryEvent.getType()
|
Constructors in org.sonatype.aether.util.listener with parameters of type RepositoryEvent.EventType | |
---|---|
DefaultRepositoryEvent(RepositoryEvent.EventType type,
RepositorySystemSession session)
Deprecated. |
|
DefaultRepositoryEvent(RepositoryEvent.EventType type,
RepositorySystemSession session,
RequestTrace trace)
Creates a new event with the specified properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |