public abstract class AbstractNutsIndexStore extends Object implements net.thevpc.nuts.NutsIndexStore
| Constructor and Description |
|---|
AbstractNutsIndexStore(net.thevpc.nuts.NutsRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsRepository |
getRepository() |
boolean |
isEnabled() |
boolean |
isInaccessible() |
net.thevpc.nuts.NutsIndexStore |
setEnabled(boolean enabled) |
protected void |
setInaccessible() |
void |
setRepository(net.thevpc.nuts.NutsRepository repository) |
public AbstractNutsIndexStore(net.thevpc.nuts.NutsRepository repository)
protected void setInaccessible()
public boolean isInaccessible()
public boolean isEnabled()
isEnabled in interface net.thevpc.nuts.NutsIndexStorepublic net.thevpc.nuts.NutsIndexStore setEnabled(boolean enabled)
setEnabled in interface net.thevpc.nuts.NutsIndexStorepublic net.thevpc.nuts.NutsRepository getRepository()
public void setRepository(net.thevpc.nuts.NutsRepository repository)
Copyright © 2021 vpc open source initiative. All rights reserved.