public abstract class AbstractNSearchVersionsRepositoryCmd extends NRepositoryCmdBase<net.thevpc.nuts.spi.NSearchVersionsRepositoryCmd> implements net.thevpc.nuts.spi.NSearchVersionsRepositoryCmd
| Modifier and Type | Field and Description |
|---|---|
protected net.thevpc.nuts.NDefinitionFilter |
filter |
protected net.thevpc.nuts.NId |
id |
protected net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NId> |
result |
repo| Constructor and Description |
|---|
AbstractNSearchVersionsRepositoryCmd(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.NId |
getId() |
net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NId> |
getResult() |
net.thevpc.nuts.spi.NSearchVersionsRepositoryCmd |
setFilter(net.thevpc.nuts.NDefinitionFilter filter) |
net.thevpc.nuts.spi.NSearchVersionsRepositoryCmd |
setId(net.thevpc.nuts.NId id) |
configure, getCommandName, getFetchMode, getRepo, invalidateResult, run, setFetchModeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected net.thevpc.nuts.NId id
protected net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NId> result
protected net.thevpc.nuts.NDefinitionFilter filter
public AbstractNSearchVersionsRepositoryCmd(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.NSearchVersionsRepositoryCmd>public net.thevpc.nuts.spi.NSearchVersionsRepositoryCmd setFilter(net.thevpc.nuts.NDefinitionFilter filter)
setFilter in interface net.thevpc.nuts.spi.NSearchVersionsRepositoryCmdpublic net.thevpc.nuts.NDefinitionFilter getFilter()
getFilter in interface net.thevpc.nuts.spi.NSearchVersionsRepositoryCmdpublic net.thevpc.nuts.util.NIterator<net.thevpc.nuts.NId> getResult()
getResult in interface net.thevpc.nuts.spi.NSearchVersionsRepositoryCmdpublic net.thevpc.nuts.spi.NSearchVersionsRepositoryCmd setId(net.thevpc.nuts.NId id)
setId in interface net.thevpc.nuts.spi.NSearchVersionsRepositoryCmdpublic net.thevpc.nuts.NId getId()
getId in interface net.thevpc.nuts.spi.NSearchVersionsRepositoryCmdCopyright © 2025 vpc open source initiative. All rights reserved.