public class NutsInstallStatusFilter2 extends AbstractInstallStatusFilter
| Constructor and Description |
|---|
NutsInstallStatusFilter2(net.thevpc.nuts.NutsSession session,
int installed,
int required,
int obsolete,
int defaultVersion) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptInstallStatus(net.thevpc.nuts.NutsInstallStatus status,
net.thevpc.nuts.NutsSession session) |
boolean |
equals(Object o) |
Boolean |
getDefaultVersion() |
Boolean |
getInstalled() |
Boolean |
getObsolete() |
Boolean |
getRequired() |
net.thevpc.nuts.NutsFilter[] |
getSubFilters() |
int |
hashCode() |
boolean |
isDefaultVersion() |
boolean |
isInstalled() |
boolean |
isNotDefaultVersion() |
boolean |
isNotInstalled() |
boolean |
isNotObsolete() |
boolean |
isNotRequired() |
boolean |
isObsolete() |
boolean |
isRequired() |
net.thevpc.nuts.NutsInstallStatusFilter |
simplify() |
String |
toString() |
and, neg, orand, describe, getFilterOp, getFilterType, getSession, getWorkspace, or, simplify, toclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic NutsInstallStatusFilter2(net.thevpc.nuts.NutsSession session,
int installed,
int required,
int obsolete,
int defaultVersion)
public boolean isInstalled()
public boolean isRequired()
public boolean isObsolete()
public boolean isDefaultVersion()
public boolean isNotInstalled()
public boolean isNotRequired()
public boolean isNotObsolete()
public boolean isNotDefaultVersion()
public Boolean getInstalled()
public Boolean getRequired()
public Boolean getObsolete()
public Boolean getDefaultVersion()
public boolean acceptInstallStatus(net.thevpc.nuts.NutsInstallStatus status,
net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsInstallStatusFilter simplify()
public net.thevpc.nuts.NutsFilter[] getSubFilters()
getSubFilters in interface net.thevpc.nuts.NutsFiltergetSubFilters in class AbstractNutsFilterCopyright © 2022 vpc open source initiative. All rights reserved.