public class DummyNIndexStore extends AbstractNIndexStore
| Constructor and Description |
|---|
DummyNIndexStore(net.thevpc.nuts.core.NRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.core.NIndexStore |
enabled(boolean enabled) |
net.thevpc.nuts.core.NIndexStore |
invalidate(net.thevpc.nuts.artifact.NId id) |
boolean |
isEnabled() |
boolean |
isSubscribed() |
net.thevpc.nuts.core.NIndexStore |
revalidate(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.artifact.NId> |
search(net.thevpc.nuts.artifact.NDefinitionFilter filter) |
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.artifact.NId> |
searchVersions(net.thevpc.nuts.artifact.NId id) |
net.thevpc.nuts.core.NIndexStore |
subscribe() |
net.thevpc.nuts.core.NIndexStore |
unsubscribe() |
getRepository, getWorkspace, isInaccessible, setInaccessible, setRepositorypublic DummyNIndexStore(net.thevpc.nuts.core.NRepository repository)
public net.thevpc.nuts.util.NIterator<net.thevpc.nuts.artifact.NId> searchVersions(net.thevpc.nuts.artifact.NId id)
public net.thevpc.nuts.util.NIterator<net.thevpc.nuts.artifact.NId> search(net.thevpc.nuts.artifact.NDefinitionFilter filter)
public boolean isEnabled()
isEnabled in interface net.thevpc.nuts.core.NIndexStoreisEnabled in class AbstractNIndexStorepublic net.thevpc.nuts.core.NIndexStore enabled(boolean enabled)
enabled in interface net.thevpc.nuts.core.NIndexStoreenabled in class AbstractNIndexStorepublic net.thevpc.nuts.core.NIndexStore invalidate(net.thevpc.nuts.artifact.NId id)
public net.thevpc.nuts.core.NIndexStore revalidate(net.thevpc.nuts.artifact.NId id)
public net.thevpc.nuts.core.NIndexStore subscribe()
public net.thevpc.nuts.core.NIndexStore unsubscribe()
public boolean isSubscribed()
Copyright © 2026 vpc open source initiative. All rights reserved.