public class RepositoryIndexEvent extends RepositoryValueEvent<URI>
Modifier and Type | Field and Description |
---|---|
static EventType<RepositoryIndexEvent> |
ANY |
static EventType<RepositoryIndexEvent> |
INDEX_URI_CHANGED |
static EventType<RepositoryIndexEvent> |
PACKED_INDEX_URI_CHANGED |
source
Modifier and Type | Method and Description |
---|---|
static <O> RepositoryIndexEvent |
indexUriChange(O origin,
Repository repo,
URI oldValue,
URI newValue) |
static <O> RepositoryIndexEvent |
packedIndexUriChange(O origin,
Repository repo,
URI oldValue,
URI newValue) |
getAttributeName, getOldValue, getValue
getRepository, getType
clone, copyFor, getCreateTime, getPreviousEvent, hasPreviousEvent
getSource, toString
public static EventType<RepositoryIndexEvent> ANY
public static EventType<RepositoryIndexEvent> INDEX_URI_CHANGED
public static EventType<RepositoryIndexEvent> PACKED_INDEX_URI_CHANGED
public static final <O> RepositoryIndexEvent indexUriChange(O origin, Repository repo, URI oldValue, URI newValue)
public static final <O> RepositoryIndexEvent packedIndexUriChange(O origin, Repository repo, URI oldValue, URI newValue)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.