public abstract class AbstractNutsSearchRepositoryCommand extends NutsRepositoryCommandBase<net.thevpc.nuts.spi.NutsSearchRepositoryCommand> implements net.thevpc.nuts.spi.NutsSearchRepositoryCommand
| Modifier and Type | Field and Description |
|---|---|
protected net.thevpc.nuts.NutsIdFilter |
filter |
protected net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId> |
result |
repo| Constructor and Description |
|---|
AbstractNutsSearchRepositoryCommand(net.thevpc.nuts.NutsRepository repo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configureFirst(net.thevpc.nuts.NutsCommandLine cmd) |
net.thevpc.nuts.NutsIdFilter |
getFilter() |
net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId> |
getResult() |
net.thevpc.nuts.spi.NutsSearchRepositoryCommand |
setFilter(net.thevpc.nuts.NutsIdFilter filter) |
checkSession, configure, configure, copyFromWorkspaceCommandBase, getCommandName, getFetchMode, getRepo, getSession, invalidateResult, run, setFetchMode, setSessionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected net.thevpc.nuts.NutsIdFilter filter
protected net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId> result
public AbstractNutsSearchRepositoryCommand(net.thevpc.nuts.NutsRepository repo)
public boolean configureFirst(net.thevpc.nuts.NutsCommandLine cmd)
configureFirst in interface net.thevpc.nuts.NutsCommandLineConfigurableconfigureFirst in class NutsRepositoryCommandBase<net.thevpc.nuts.spi.NutsSearchRepositoryCommand>public net.thevpc.nuts.NutsIterator<net.thevpc.nuts.NutsId> getResult()
getResult in interface net.thevpc.nuts.spi.NutsSearchRepositoryCommandpublic net.thevpc.nuts.spi.NutsSearchRepositoryCommand setFilter(net.thevpc.nuts.NutsIdFilter filter)
setFilter in interface net.thevpc.nuts.spi.NutsSearchRepositoryCommandpublic net.thevpc.nuts.NutsIdFilter getFilter()
getFilter in interface net.thevpc.nuts.spi.NutsSearchRepositoryCommandCopyright © 2022 vpc open source initiative. All rights reserved.