public abstract class AbstractNutsIndexStore extends Object implements NutsIndexStore
| Constructor and Description |
|---|
AbstractNutsIndexStore(NutsRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
NutsRepository |
getRepository() |
boolean |
isEnabled() |
boolean |
isInaccessible() |
NutsIndexStore |
setEnabled(boolean enabled) |
protected void |
setInaccessible() |
void |
setRepository(NutsRepository repository) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinvalidate, isSubscribed, revalidate, search, searchVersions, subscribe, unsubscribepublic AbstractNutsIndexStore(NutsRepository repository)
protected void setInaccessible()
public boolean isInaccessible()
public boolean isEnabled()
isEnabled in interface NutsIndexStorepublic NutsIndexStore setEnabled(boolean enabled)
setEnabled in interface NutsIndexStorepublic NutsRepository getRepository()
public void setRepository(NutsRepository repository)
Copyright © 2021 vpc open source initiative. All rights reserved.