public class InstallIdCacheItem extends Object
| Modifier and Type | Field and Description |
|---|---|
net.thevpc.nuts.command.NInstallStatus |
currentInstallStatus |
net.thevpc.nuts.artifact.NDefinition |
definition |
List<net.thevpc.nuts.artifact.NDependency> |
dependencies |
net.thevpc.nuts.artifact.NDescriptor |
effectiveDescriptor |
net.thevpc.nuts.artifact.NId |
id |
net.thevpc.nuts.command.NInstallStatus |
oldInstallStatus |
boolean |
optional |
| Constructor and Description |
|---|
InstallIdCacheItem(net.thevpc.nuts.artifact.NId id) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.io.NPath |
getContent() |
net.thevpc.nuts.artifact.NDefinition |
getDefinition() |
List<net.thevpc.nuts.artifact.NDependency> |
getDependencies() |
net.thevpc.nuts.artifact.NDescriptor |
getEffectiveDescriptor() |
net.thevpc.nuts.command.NInstallStatus |
getInstallStatus() |
net.thevpc.nuts.command.NInstallStatus |
getOldInstallStatus() |
static net.thevpc.nuts.artifact.NId |
normalizeId(net.thevpc.nuts.artifact.NDependency id) |
static net.thevpc.nuts.artifact.NId |
normalizeId(net.thevpc.nuts.artifact.NId id) |
void |
revalidate(boolean force) |
void |
revalidate(net.thevpc.nuts.artifact.NDefinition definition) |
InstallIdCacheItem |
setCurrentInstallStatus(net.thevpc.nuts.command.NInstallStatus currentInstallStatus) |
public net.thevpc.nuts.artifact.NId id
public boolean optional
public net.thevpc.nuts.artifact.NDefinition definition
public List<net.thevpc.nuts.artifact.NDependency> dependencies
public net.thevpc.nuts.artifact.NDescriptor effectiveDescriptor
public net.thevpc.nuts.command.NInstallStatus oldInstallStatus
public net.thevpc.nuts.command.NInstallStatus currentInstallStatus
public static net.thevpc.nuts.artifact.NId normalizeId(net.thevpc.nuts.artifact.NDependency id)
public static net.thevpc.nuts.artifact.NId normalizeId(net.thevpc.nuts.artifact.NId id)
public List<net.thevpc.nuts.artifact.NDependency> getDependencies()
public net.thevpc.nuts.command.NInstallStatus getOldInstallStatus()
public InstallIdCacheItem setCurrentInstallStatus(net.thevpc.nuts.command.NInstallStatus currentInstallStatus)
public net.thevpc.nuts.command.NInstallStatus getInstallStatus()
public net.thevpc.nuts.artifact.NDescriptor getEffectiveDescriptor()
public net.thevpc.nuts.io.NPath getContent()
public net.thevpc.nuts.artifact.NDefinition getDefinition()
public void revalidate(net.thevpc.nuts.artifact.NDefinition definition)
public void revalidate(boolean force)
Copyright © 2026 vpc open source initiative. All rights reserved.