public class InternalNutsRepositoryFilterManager extends InternalNutsTypedFilters<net.thevpc.nuts.NutsRepositoryFilter> implements net.thevpc.nuts.NutsRepositoryFilterManager
model, ws| Constructor and Description |
|---|
InternalNutsRepositoryFilterManager(DefaultNutsFilterModel model) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsRepositoryFilter |
all(net.thevpc.nuts.NutsFilter... others) |
net.thevpc.nuts.NutsRepositoryFilter |
always() |
net.thevpc.nuts.NutsRepositoryFilter |
any(net.thevpc.nuts.NutsFilter... others) |
net.thevpc.nuts.NutsRepositoryFilter |
as(net.thevpc.nuts.NutsFilter a) |
net.thevpc.nuts.NutsRepositoryFilter |
byName(String[] names) |
net.thevpc.nuts.NutsRepositoryFilter |
byUuid(String... uuids) |
net.thevpc.nuts.NutsRepositoryFilter |
from(net.thevpc.nuts.NutsFilter a) |
net.thevpc.nuts.NutsRepositoryFilter |
installedRepo() |
net.thevpc.nuts.NutsRepositoryFilter |
never() |
net.thevpc.nuts.NutsRepositoryFilter |
none(net.thevpc.nuts.NutsFilter... others) |
net.thevpc.nuts.NutsRepositoryFilter |
not(net.thevpc.nuts.NutsFilter other) |
net.thevpc.nuts.NutsRepositoryFilter |
parse(String expression) |
InternalNutsRepositoryFilterManager |
setSession(net.thevpc.nuts.NutsSession session) |
checkSession, convertList, getSession, nonnullpublic InternalNutsRepositoryFilterManager(DefaultNutsFilterModel model)
public InternalNutsRepositoryFilterManager setSession(net.thevpc.nuts.NutsSession session)
setSession in interface net.thevpc.nuts.NutsRepositoryFilterManagersetSession in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsRepositoryFilter>setSession in class InternalNutsTypedFilters<net.thevpc.nuts.NutsRepositoryFilter>public net.thevpc.nuts.NutsRepositoryFilter always()
always in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsRepositoryFilter>public net.thevpc.nuts.NutsRepositoryFilter never()
never in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsRepositoryFilter>public net.thevpc.nuts.NutsRepositoryFilter not(net.thevpc.nuts.NutsFilter other)
not in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsRepositoryFilter>public net.thevpc.nuts.NutsRepositoryFilter installedRepo()
installedRepo in interface net.thevpc.nuts.NutsRepositoryFilterManagerpublic net.thevpc.nuts.NutsRepositoryFilter byName(String[] names)
byName in interface net.thevpc.nuts.NutsRepositoryFilterManagerpublic net.thevpc.nuts.NutsRepositoryFilter byUuid(String... uuids)
byUuid in interface net.thevpc.nuts.NutsRepositoryFilterManagerpublic net.thevpc.nuts.NutsRepositoryFilter as(net.thevpc.nuts.NutsFilter a)
as in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsRepositoryFilter>public net.thevpc.nuts.NutsRepositoryFilter from(net.thevpc.nuts.NutsFilter a)
from in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsRepositoryFilter>public net.thevpc.nuts.NutsRepositoryFilter all(net.thevpc.nuts.NutsFilter... others)
all in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsRepositoryFilter>public net.thevpc.nuts.NutsRepositoryFilter any(net.thevpc.nuts.NutsFilter... others)
any in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsRepositoryFilter>public net.thevpc.nuts.NutsRepositoryFilter none(net.thevpc.nuts.NutsFilter... others)
none in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsRepositoryFilter>public net.thevpc.nuts.NutsRepositoryFilter parse(String expression)
parse in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsRepositoryFilter>Copyright © 2021 vpc open source initiative. All rights reserved.