Package | Description |
---|---|
org.apache.archiva.repository.event |
Modifier and Type | Field and Description |
---|---|
static EventType<RepositoryIndexEvent> |
RepositoryIndexEvent.ANY |
static EventType<RepositoryIndexEvent> |
RepositoryIndexEvent.INDEX_URI_CHANGED |
static EventType<RepositoryIndexEvent> |
RepositoryIndexEvent.PACKED_INDEX_URI_CHANGED |
Modifier and Type | Method and Description |
---|---|
static <O> RepositoryIndexEvent |
RepositoryIndexEvent.indexUriChange(O origin,
Repository repo,
URI oldValue,
URI newValue) |
static <O> RepositoryIndexEvent |
RepositoryIndexEvent.packedIndexUriChange(O origin,
Repository repo,
URI oldValue,
URI newValue) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.