public abstract class AbstractNutsSearchVersionsRepositoryCommand extends NutsRepositoryCommandBase<net.thevpc.nuts.spi.NutsSearchVersionsRepositoryCommand> implements net.thevpc.nuts.spi.NutsSearchVersionsRepositoryCommand
| Modifier and Type | Field and Description |
|---|---|
protected net.thevpc.nuts.NutsIdFilter |
filter |
protected net.thevpc.nuts.NutsId |
id |
protected Iterator<net.thevpc.nuts.NutsId> |
result |
repo| Constructor and Description |
|---|
AbstractNutsSearchVersionsRepositoryCommand(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.NutsId |
getId() |
Iterator<net.thevpc.nuts.NutsId> |
getResult() |
net.thevpc.nuts.spi.NutsSearchVersionsRepositoryCommand |
setFilter(net.thevpc.nuts.NutsIdFilter filter) |
net.thevpc.nuts.spi.NutsSearchVersionsRepositoryCommand |
setId(net.thevpc.nuts.NutsId id) |
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.NutsId id
protected Iterator<net.thevpc.nuts.NutsId> result
protected net.thevpc.nuts.NutsIdFilter filter
public AbstractNutsSearchVersionsRepositoryCommand(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.NutsSearchVersionsRepositoryCommand>public net.thevpc.nuts.spi.NutsSearchVersionsRepositoryCommand setFilter(net.thevpc.nuts.NutsIdFilter filter)
setFilter in interface net.thevpc.nuts.spi.NutsSearchVersionsRepositoryCommandpublic net.thevpc.nuts.NutsIdFilter getFilter()
getFilter in interface net.thevpc.nuts.spi.NutsSearchVersionsRepositoryCommandpublic Iterator<net.thevpc.nuts.NutsId> getResult()
getResult in interface net.thevpc.nuts.spi.NutsSearchVersionsRepositoryCommandpublic net.thevpc.nuts.spi.NutsSearchVersionsRepositoryCommand setId(net.thevpc.nuts.NutsId id)
setId in interface net.thevpc.nuts.spi.NutsSearchVersionsRepositoryCommandpublic net.thevpc.nuts.NutsId getId()
getId in interface net.thevpc.nuts.spi.NutsSearchVersionsRepositoryCommandCopyright © 2021 vpc open source initiative. All rights reserved.