public class InternalNutsDependencyFilterManager extends InternalNutsTypedFilters<net.thevpc.nuts.NutsDependencyFilter> implements net.thevpc.nuts.NutsDependencyFilterManager
model, ws| Constructor and Description |
|---|
InternalNutsDependencyFilterManager(DefaultNutsFilterModel model) |
| 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> arch) |
net.thevpc.nuts.NutsDependencyFilter |
byArch(net.thevpc.nuts.NutsArchFamily... arch) |
net.thevpc.nuts.NutsDependencyFilter |
byArch(net.thevpc.nuts.NutsArchFamily os) |
net.thevpc.nuts.NutsDependencyFilter |
byArch(String arch) |
net.thevpc.nuts.NutsDependencyFilter |
byExclude(net.thevpc.nuts.NutsDependencyFilter filter,
String[] exclusions) |
net.thevpc.nuts.NutsDependencyFilter |
byExpression(String expression) |
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 |
byScope(Collection<net.thevpc.nuts.NutsDependencyScope> scope) |
net.thevpc.nuts.NutsDependencyFilter |
byScope(net.thevpc.nuts.NutsDependencyScope... scope) |
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) |
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) |
InternalNutsDependencyFilterManager |
setSession(net.thevpc.nuts.NutsSession session) |
checkSession, convertList, getSessionpublic InternalNutsDependencyFilterManager(DefaultNutsFilterModel model)
public InternalNutsDependencyFilterManager setSession(net.thevpc.nuts.NutsSession session)
setSession in interface net.thevpc.nuts.NutsDependencyFilterManagersetSession in interface net.thevpc.nuts.NutsTypedFilters<net.thevpc.nuts.NutsDependencyFilter>setSession in class InternalNutsTypedFilters<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 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 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.NutsDependencyFilterManagerpublic net.thevpc.nuts.NutsDependencyFilter byScope(net.thevpc.nuts.NutsDependencyScope scope)
byScope in interface net.thevpc.nuts.NutsDependencyFilterManagerpublic net.thevpc.nuts.NutsDependencyFilter byScope(net.thevpc.nuts.NutsDependencyScope... scope)
byScope in interface net.thevpc.nuts.NutsDependencyFilterManagerpublic net.thevpc.nuts.NutsDependencyFilter byScope(Collection<net.thevpc.nuts.NutsDependencyScope> scope)
byScope in interface net.thevpc.nuts.NutsDependencyFilterManagerpublic net.thevpc.nuts.NutsDependencyFilter byOs(String os)
byOs in interface net.thevpc.nuts.NutsDependencyFilterManagerpublic net.thevpc.nuts.NutsDependencyFilter byType(String type)
byType in interface net.thevpc.nuts.NutsDependencyFilterManagerpublic net.thevpc.nuts.NutsDependencyFilter byOs(net.thevpc.nuts.NutsOsFamily os)
byOs in interface net.thevpc.nuts.NutsDependencyFilterManagerpublic net.thevpc.nuts.NutsDependencyFilter byOs(net.thevpc.nuts.NutsOsFamily... os)
byOs in interface net.thevpc.nuts.NutsDependencyFilterManagerpublic net.thevpc.nuts.NutsDependencyFilter byOs(Collection<net.thevpc.nuts.NutsOsFamily> os)
byOs in interface net.thevpc.nuts.NutsDependencyFilterManagerpublic net.thevpc.nuts.NutsDependencyFilter byArch(net.thevpc.nuts.NutsArchFamily os)
byArch in interface net.thevpc.nuts.NutsDependencyFilterManagerpublic net.thevpc.nuts.NutsDependencyFilter byArch(net.thevpc.nuts.NutsArchFamily... arch)
byArch in interface net.thevpc.nuts.NutsDependencyFilterManagerpublic net.thevpc.nuts.NutsDependencyFilter byArch(Collection<net.thevpc.nuts.NutsArchFamily> arch)
byArch in interface net.thevpc.nuts.NutsDependencyFilterManagerpublic net.thevpc.nuts.NutsDependencyFilter byArch(String arch)
byArch in interface net.thevpc.nuts.NutsDependencyFilterManagerpublic net.thevpc.nuts.NutsDependencyFilter byOptional(Boolean optional)
byOptional in interface net.thevpc.nuts.NutsDependencyFilterManagerpublic net.thevpc.nuts.NutsDependencyFilter byExpression(String expression)
byExpression in interface net.thevpc.nuts.NutsDependencyFilterManagerpublic net.thevpc.nuts.NutsDependencyFilter byExclude(net.thevpc.nuts.NutsDependencyFilter filter,
String[] exclusions)
byExclude in interface net.thevpc.nuts.NutsDependencyFilterManagerpublic 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 from(net.thevpc.nuts.NutsFilter a)
from 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 none(net.thevpc.nuts.NutsFilter... others)
none 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>Copyright © 2021 vpc open source initiative. All rights reserved.