public class InternalNutsDescriptorFilters extends InternalNutsTypedFilters<net.thevpc.nuts.NutsDescriptorFilter> implements net.thevpc.nuts.NutsDescriptorFilters
model, ws| Constructor and Description |
|---|
InternalNutsDescriptorFilters(net.thevpc.nuts.NutsSession session) |
| 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 |
byArch(String... values) |
net.thevpc.nuts.NutsDescriptorFilter |
byCompanion(net.thevpc.nuts.NutsVersion targetApiVersion) |
net.thevpc.nuts.NutsDescriptorFilter |
byDesktopEnvironment(String... values) |
net.thevpc.nuts.NutsDescriptorFilter |
byExtension(net.thevpc.nuts.NutsVersion targetApiVersion) |
net.thevpc.nuts.NutsDescriptorFilter |
byFlag(net.thevpc.nuts.NutsDescriptorFlag... flags) |
net.thevpc.nuts.NutsDescriptorFilter |
byLockedIds(String... ids) |
net.thevpc.nuts.NutsDescriptorFilter |
byOs(String... values) |
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) |
int |
getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext context) |
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) |
checkSession, convertList, getSession, nonnullpublic InternalNutsDescriptorFilters(net.thevpc.nuts.NutsSession session)
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 byPackaging(String... values)
byPackaging in interface net.thevpc.nuts.NutsDescriptorFilterspublic net.thevpc.nuts.NutsDescriptorFilter byArch(String... values)
byArch in interface net.thevpc.nuts.NutsDescriptorFilterspublic net.thevpc.nuts.NutsDescriptorFilter byOsDist(String... values)
byOsDist in interface net.thevpc.nuts.NutsDescriptorFilterspublic net.thevpc.nuts.NutsDescriptorFilter byOs(String... values)
byOs in interface net.thevpc.nuts.NutsDescriptorFilterspublic net.thevpc.nuts.NutsDescriptorFilter byPlatform(String... values)
byPlatform in interface net.thevpc.nuts.NutsDescriptorFilterspublic net.thevpc.nuts.NutsDescriptorFilter byDesktopEnvironment(String... values)
byDesktopEnvironment in interface net.thevpc.nuts.NutsDescriptorFilterspublic net.thevpc.nuts.NutsDescriptorFilter byFlag(net.thevpc.nuts.NutsDescriptorFlag... flags)
byFlag in interface net.thevpc.nuts.NutsDescriptorFilterspublic net.thevpc.nuts.NutsDescriptorFilter byExtension(net.thevpc.nuts.NutsVersion targetApiVersion)
byExtension in interface net.thevpc.nuts.NutsDescriptorFilterspublic net.thevpc.nuts.NutsDescriptorFilter byRuntime(net.thevpc.nuts.NutsVersion targetApiVersion)
byRuntime in interface net.thevpc.nuts.NutsDescriptorFilterspublic net.thevpc.nuts.NutsDescriptorFilter byCompanion(net.thevpc.nuts.NutsVersion targetApiVersion)
byCompanion in interface net.thevpc.nuts.NutsDescriptorFilterspublic net.thevpc.nuts.NutsDescriptorFilter byApiVersion(net.thevpc.nuts.NutsVersion apiVersion)
byApiVersion in interface net.thevpc.nuts.NutsDescriptorFilterspublic net.thevpc.nuts.NutsDescriptorFilter byLockedIds(String... ids)
byLockedIds in interface net.thevpc.nuts.NutsDescriptorFilterspublic 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>public int getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NutsComponentCopyright © 2022 vpc open source initiative. All rights reserved.