public abstract class AbstractNSearchRepositoryCmd extends NRepositoryCmdBase<net.thevpc.nuts.spi.NSearchRepositoryCmd> implements net.thevpc.nuts.spi.NSearchRepositoryCmd
| Modifier and Type | Field and Description |
|---|---|
protected net.thevpc.nuts.NDefinitionFilter |
filter |
protected net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NId> |
result |
repo| Constructor and Description |
|---|
AbstractNSearchRepositoryCmd(net.thevpc.nuts.NRepository repo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
net.thevpc.nuts.NDefinitionFilter |
getFilter() |
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NId> |
getResult() |
net.thevpc.nuts.spi.NSearchRepositoryCmd |
setFilter(net.thevpc.nuts.NDefinitionFilter filter) |
configure, getCommandName, getFetchMode, getRepo, invalidateResult, run, setFetchModeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected net.thevpc.nuts.NDefinitionFilter filter
protected net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NId> result
public AbstractNSearchRepositoryCmd(net.thevpc.nuts.NRepository repo)
public boolean configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine)
configureFirst in interface net.thevpc.nuts.cmdline.NCmdLineConfigurableconfigureFirst in class NRepositoryCmdBase<net.thevpc.nuts.spi.NSearchRepositoryCmd>public net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NId> getResult()
getResult in interface net.thevpc.nuts.spi.NSearchRepositoryCmdpublic net.thevpc.nuts.spi.NSearchRepositoryCmd setFilter(net.thevpc.nuts.NDefinitionFilter filter)
setFilter in interface net.thevpc.nuts.spi.NSearchRepositoryCmdpublic net.thevpc.nuts.NDefinitionFilter getFilter()
getFilter in interface net.thevpc.nuts.spi.NSearchRepositoryCmdCopyright © 2025 vpc open source initiative. All rights reserved.