public class InternalNutsDescriptorFilterManager extends InternalNutsTypedFilters<net.thevpc.nuts.NutsDescriptorFilter> implements net.thevpc.nuts.NutsDescriptorFilterManager
model, ws| Constructor and Description |
|---|
InternalNutsDescriptorFilterManager(DefaultNutsFilterModel model) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsDescriptorFilter |
all(net.thevpc.nuts.NutsFilter... others) |
net.thevpc.nuts.NutsDescriptorFilter |
always() |
net.thevpc.nuts.NutsDescriptorFilter |
any(net.thevpc.nuts.NutsFilter... others) |
net.thevpc.nuts.NutsDescriptorFilter |
as(net.thevpc.nuts.NutsFilter a) |
net.thevpc.nuts.NutsDescriptorFilter |
byApiVersion(net.thevpc.nuts.NutsVersion apiVersion) |
net.thevpc.nuts.NutsDescriptorFilter |
byApp(Boolean value) |
net.thevpc.nuts.NutsDescriptorFilter |
byArch(String... values) |
net.thevpc.nuts.NutsDescriptorFilter |
byCompanion(net.thevpc.nuts.NutsVersion targetApiVersion) |
net.thevpc.nuts.NutsDescriptorFilter |
byExec(Boolean value) |
net.thevpc.nuts.NutsDescriptorFilter |
byExpression(String expression) |
net.thevpc.nuts.NutsDescriptorFilter |
byExtension(net.thevpc.nuts.NutsVersion targetApiVersion) |
net.thevpc.nuts.NutsDescriptorFilter |
byLockedIds(String... ids) |
net.thevpc.nuts.NutsDescriptorFilter |
byOsdist(String... values) |
net.thevpc.nuts.NutsDescriptorFilter |
byPackaging(String... values) |
net.thevpc.nuts.NutsDescriptorFilter |
byPlatform(String... values) |
net.thevpc.nuts.NutsDescriptorFilter |
byRuntime(net.thevpc.nuts.NutsVersion targetApiVersion) |
net.thevpc.nuts.NutsDescriptorFilter |
from(net.thevpc.nuts.NutsFilter a) |
net.thevpc.nuts.NutsDescriptorFilter |
never() |
net.thevpc.nuts.NutsDescriptorFilter |
none(net.thevpc.nuts.NutsFilter... others) |
net.thevpc.nuts.NutsDescriptorFilter |
not(net.thevpc.nuts.NutsFilter other) |
net.thevpc.nuts.NutsDescriptorFilter |
parse(String expression) |
InternalNutsDescriptorFilterManager |
setSession(net.thevpc.nuts.NutsSession session) |
checkSession, convertList, getSession, nonnullpublic InternalNutsDescriptorFilterManager(DefaultNutsFilterModel model)
public InternalNutsDescriptorFilterManager setSession(net.thevpc.nuts.NutsSession session)
setSession in interface net.thevpc.nuts.NutsDescriptorFilterManagersetSession in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsDescriptorFilter>setSession in class InternalNutsTypedFilters<net.thevpc.nuts.NutsDescriptorFilter>public net.thevpc.nuts.NutsDescriptorFilter always()
always in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsDescriptorFilter>public net.thevpc.nuts.NutsDescriptorFilter never()
never in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsDescriptorFilter>public net.thevpc.nuts.NutsDescriptorFilter not(net.thevpc.nuts.NutsFilter other)
not in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsDescriptorFilter>public net.thevpc.nuts.NutsDescriptorFilter byExpression(String expression)
byExpression in interface net.thevpc.nuts.NutsDescriptorFilterManagerpublic net.thevpc.nuts.NutsDescriptorFilter byPackaging(String... values)
byPackaging in interface net.thevpc.nuts.NutsDescriptorFilterManagerpublic net.thevpc.nuts.NutsDescriptorFilter byArch(String... values)
byArch in interface net.thevpc.nuts.NutsDescriptorFilterManagerpublic net.thevpc.nuts.NutsDescriptorFilter byOsdist(String... values)
byOsdist in interface net.thevpc.nuts.NutsDescriptorFilterManagerpublic net.thevpc.nuts.NutsDescriptorFilter byPlatform(String... values)
byPlatform in interface net.thevpc.nuts.NutsDescriptorFilterManagerpublic net.thevpc.nuts.NutsDescriptorFilter byExec(Boolean value)
byExec in interface net.thevpc.nuts.NutsDescriptorFilterManagerpublic net.thevpc.nuts.NutsDescriptorFilter byApp(Boolean value)
byApp in interface net.thevpc.nuts.NutsDescriptorFilterManagerpublic net.thevpc.nuts.NutsDescriptorFilter byExtension(net.thevpc.nuts.NutsVersion targetApiVersion)
byExtension in interface net.thevpc.nuts.NutsDescriptorFilterManagerpublic net.thevpc.nuts.NutsDescriptorFilter byRuntime(net.thevpc.nuts.NutsVersion targetApiVersion)
byRuntime in interface net.thevpc.nuts.NutsDescriptorFilterManagerpublic net.thevpc.nuts.NutsDescriptorFilter byCompanion(net.thevpc.nuts.NutsVersion targetApiVersion)
byCompanion in interface net.thevpc.nuts.NutsDescriptorFilterManagerpublic net.thevpc.nuts.NutsDescriptorFilter byApiVersion(net.thevpc.nuts.NutsVersion apiVersion)
byApiVersion in interface net.thevpc.nuts.NutsDescriptorFilterManagerpublic net.thevpc.nuts.NutsDescriptorFilter byLockedIds(String... ids)
byLockedIds in interface net.thevpc.nuts.NutsDescriptorFilterManagerpublic net.thevpc.nuts.NutsDescriptorFilter as(net.thevpc.nuts.NutsFilter a)
as in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsDescriptorFilter>public net.thevpc.nuts.NutsDescriptorFilter from(net.thevpc.nuts.NutsFilter a)
from in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsDescriptorFilter>public net.thevpc.nuts.NutsDescriptorFilter all(net.thevpc.nuts.NutsFilter... others)
all in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsDescriptorFilter>public net.thevpc.nuts.NutsDescriptorFilter any(net.thevpc.nuts.NutsFilter... others)
any in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsDescriptorFilter>public net.thevpc.nuts.NutsDescriptorFilter none(net.thevpc.nuts.NutsFilter... others)
none in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsDescriptorFilter>public net.thevpc.nuts.NutsDescriptorFilter parse(String expression)
parse in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsDescriptorFilter>Copyright © 2021 vpc open source initiative. All rights reserved.