public class InternalNutsDependencyFilters extends InternalNutsTypedFilters<net.thevpc.nuts.NutsDependencyFilter> implements net.thevpc.nuts.NutsDependencyFilters
model, ws| Constructor and Description |
|---|
InternalNutsDependencyFilters(net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsDependencyFilter |
all(net.thevpc.nuts.NutsFilter... others) |
net.thevpc.nuts.NutsDependencyFilter |
always() |
net.thevpc.nuts.NutsDependencyFilter |
any(net.thevpc.nuts.NutsFilter... others) |
net.thevpc.nuts.NutsDependencyFilter |
as(net.thevpc.nuts.NutsFilter a) |
net.thevpc.nuts.NutsDependencyFilter |
byArch(Collection<net.thevpc.nuts.NutsArchFamily> archs) |
net.thevpc.nuts.NutsDependencyFilter |
byArch(net.thevpc.nuts.NutsArchFamily... archs) |
net.thevpc.nuts.NutsDependencyFilter |
byArch(net.thevpc.nuts.NutsArchFamily arch) |
net.thevpc.nuts.NutsDependencyFilter |
byArch(String arch) |
net.thevpc.nuts.NutsDependencyFilter |
byCurrentArch() |
net.thevpc.nuts.NutsDependencyFilter |
byCurrentDesktop() |
net.thevpc.nuts.NutsDependencyFilter |
byCurrentEnv() |
net.thevpc.nuts.NutsDependencyFilter |
byCurrentOs() |
net.thevpc.nuts.NutsDependencyFilter |
byDesktop(net.thevpc.nuts.NutsDesktopEnvironmentFamily... de) |
net.thevpc.nuts.NutsDependencyFilter |
byDesktop(net.thevpc.nuts.NutsDesktopEnvironmentFamily de) |
net.thevpc.nuts.NutsDependencyFilter |
byExclude(net.thevpc.nuts.NutsDependencyFilter filter,
String[] exclusions) |
net.thevpc.nuts.NutsDependencyFilter |
byOptional(Boolean optional) |
net.thevpc.nuts.NutsDependencyFilter |
byOs(Collection<net.thevpc.nuts.NutsOsFamily> os) |
net.thevpc.nuts.NutsDependencyFilter |
byOs(net.thevpc.nuts.NutsOsFamily... os) |
net.thevpc.nuts.NutsDependencyFilter |
byOs(net.thevpc.nuts.NutsOsFamily os) |
net.thevpc.nuts.NutsDependencyFilter |
byOs(String os) |
net.thevpc.nuts.NutsDependencyFilter |
byOsDist(Collection<String> osDists) |
net.thevpc.nuts.NutsDependencyFilter |
byOsDist(String... osDists) |
net.thevpc.nuts.NutsDependencyFilter |
byOsDist(String osDist) |
net.thevpc.nuts.NutsDependencyFilter |
byPlatform(net.thevpc.nuts.NutsPlatformFamily... pf) |
net.thevpc.nuts.NutsDependencyFilter |
byPlatform(String... pf) |
net.thevpc.nuts.NutsDependencyFilter |
byRegularType() |
net.thevpc.nuts.NutsDependencyFilter |
byRunnable() |
net.thevpc.nuts.NutsDependencyFilter |
byRunnable(boolean optional) |
net.thevpc.nuts.NutsDependencyFilter |
byScope(Collection<net.thevpc.nuts.NutsDependencyScope> scopes) |
net.thevpc.nuts.NutsDependencyFilter |
byScope(net.thevpc.nuts.NutsDependencyScope... scopes) |
net.thevpc.nuts.NutsDependencyFilter |
byScope(net.thevpc.nuts.NutsDependencyScope scope) |
net.thevpc.nuts.NutsDependencyFilter |
byScope(net.thevpc.nuts.NutsDependencyScopePattern scope) |
net.thevpc.nuts.NutsDependencyFilter |
byType(String type) |
net.thevpc.nuts.NutsDependencyFilter |
from(net.thevpc.nuts.NutsFilter a) |
int |
getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext context) |
net.thevpc.nuts.NutsDependencyFilter |
never() |
net.thevpc.nuts.NutsDependencyFilter |
none(net.thevpc.nuts.NutsFilter... others) |
net.thevpc.nuts.NutsDependencyFilter |
nonnull(net.thevpc.nuts.NutsFilter filter) |
net.thevpc.nuts.NutsDependencyFilter |
not(net.thevpc.nuts.NutsFilter other) |
net.thevpc.nuts.NutsDependencyFilter |
parse(String expression) |
checkSession, convertList, getSessionpublic InternalNutsDependencyFilters(net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsDependencyFilter always()
always in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsDependencyFilter>public net.thevpc.nuts.NutsDependencyFilter never()
never in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsDependencyFilter>public net.thevpc.nuts.NutsDependencyFilter all(net.thevpc.nuts.NutsFilter... others)
all in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsDependencyFilter>public net.thevpc.nuts.NutsDependencyFilter any(net.thevpc.nuts.NutsFilter... others)
any in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsDependencyFilter>public net.thevpc.nuts.NutsDependencyFilter not(net.thevpc.nuts.NutsFilter other)
not in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsDependencyFilter>public net.thevpc.nuts.NutsDependencyFilter none(net.thevpc.nuts.NutsFilter... others)
none in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsDependencyFilter>public net.thevpc.nuts.NutsDependencyFilter from(net.thevpc.nuts.NutsFilter a)
from in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsDependencyFilter>public net.thevpc.nuts.NutsDependencyFilter as(net.thevpc.nuts.NutsFilter a)
as in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsDependencyFilter>public net.thevpc.nuts.NutsDependencyFilter parse(String expression)
parse in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsDependencyFilter>public net.thevpc.nuts.NutsDependencyFilter nonnull(net.thevpc.nuts.NutsFilter filter)
nonnull in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsDependencyFilter>nonnull in class InternalNutsTypedFilters<net.thevpc.nuts.NutsDependencyFilter>public net.thevpc.nuts.NutsDependencyFilter byScope(net.thevpc.nuts.NutsDependencyScopePattern scope)
byScope in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byScope(net.thevpc.nuts.NutsDependencyScope scope)
byScope in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byScope(net.thevpc.nuts.NutsDependencyScope... scopes)
byScope in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byScope(Collection<net.thevpc.nuts.NutsDependencyScope> scopes)
byScope in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byOptional(Boolean optional)
byOptional in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byExclude(net.thevpc.nuts.NutsDependencyFilter filter,
String[] exclusions)
byExclude in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byArch(Collection<net.thevpc.nuts.NutsArchFamily> archs)
byArch in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byArch(net.thevpc.nuts.NutsArchFamily arch)
byArch in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byArch(net.thevpc.nuts.NutsArchFamily... archs)
byArch in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byArch(String arch)
byArch in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byOs(Collection<net.thevpc.nuts.NutsOsFamily> os)
byOs in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byCurrentDesktop()
byCurrentDesktop in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byCurrentArch()
byCurrentArch in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byCurrentOs()
byCurrentOs in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byRegularType()
byRegularType in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byCurrentEnv()
byCurrentEnv in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byRunnable(boolean optional)
byRunnable in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byRunnable()
byRunnable in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byOs(net.thevpc.nuts.NutsOsFamily os)
byOs in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byOs(net.thevpc.nuts.NutsOsFamily... os)
byOs in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byDesktop(net.thevpc.nuts.NutsDesktopEnvironmentFamily de)
byDesktop in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byDesktop(net.thevpc.nuts.NutsDesktopEnvironmentFamily... de)
byDesktop in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byType(String type)
byType in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byOs(String os)
byOs in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byOsDist(String osDist)
byOsDist in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byOsDist(String... osDists)
byOsDist in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byOsDist(Collection<String> osDists)
byOsDist in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byPlatform(net.thevpc.nuts.NutsPlatformFamily... pf)
byPlatform in interface net.thevpc.nuts.NutsDependencyFilterspublic net.thevpc.nuts.NutsDependencyFilter byPlatform(String... pf)
byPlatform in interface net.thevpc.nuts.NutsDependencyFilterspublic int getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NutsComponentCopyright © 2022 vpc open source initiative. All rights reserved.