public class IndexCreationEvent extends RepositoryEvent<URI>
Modifier and Type | Class and Description |
---|---|
static class |
IndexCreationEvent.Index |
RepositoryEvent.EventType
Constructor and Description |
---|
IndexCreationEvent(IndexCreationEvent.Index type,
Repository repo,
URI oldValue,
URI value) |
IndexCreationEvent(Repository repo,
URI oldValue,
URI value) |
Modifier and Type | Method and Description |
---|---|
static IndexCreationEvent |
indexUriChange(Repository repo,
URI oldValue,
URI newValue) |
static IndexCreationEvent |
packedIndexUriChange(Repository repo,
URI oldValue,
URI newValue) |
getInstant, getOldValue, getRepository, getType, getValue
IndexCreationEvent(Repository repo, URI oldValue, URI value)
IndexCreationEvent(IndexCreationEvent.Index type, Repository repo, URI oldValue, URI value)
public static final IndexCreationEvent indexUriChange(Repository repo, URI oldValue, URI newValue)
public static final IndexCreationEvent packedIndexUriChange(Repository repo, URI oldValue, URI newValue)
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.