Package | Description |
---|---|
org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
Modifier and Type | Field and Description |
---|---|
private RepositoryEvent.EventType |
RepositoryEvent.type |
(package private) RepositoryEvent.EventType |
RepositoryEvent.Builder.type |
Modifier and Type | Method and Description |
---|---|
RepositoryEvent.EventType |
RepositoryEvent.getType()
Gets the type of the event.
|
static RepositoryEvent.EventType |
RepositoryEvent.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.
|
Constructor and Description |
---|
Builder(RepositorySystemSession session,
RepositoryEvent.EventType type)
Creates a new event builder for the specified session and event type.
|