public class DefaultNInstallEvent extends Object implements net.thevpc.nuts.command.NInstallEvent
| Constructor and Description |
|---|
DefaultNInstallEvent(net.thevpc.nuts.artifact.NDefinition definition,
net.thevpc.nuts.core.NSession session,
net.thevpc.nuts.artifact.NId[] requireForIds,
boolean force) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.artifact.NDefinition |
definition() |
net.thevpc.nuts.artifact.NId[] |
getRequireForIds() |
boolean |
isForce() |
net.thevpc.nuts.core.NSession |
session() |
net.thevpc.nuts.core.NWorkspace |
workspace() |
public DefaultNInstallEvent(net.thevpc.nuts.artifact.NDefinition definition,
net.thevpc.nuts.core.NSession session,
net.thevpc.nuts.artifact.NId[] requireForIds,
boolean force)
public net.thevpc.nuts.artifact.NId[] getRequireForIds()
public net.thevpc.nuts.core.NSession session()
session in interface net.thevpc.nuts.core.NSessionProviderpublic net.thevpc.nuts.core.NWorkspace workspace()
workspace in interface net.thevpc.nuts.command.NInstallEventpublic net.thevpc.nuts.artifact.NDefinition definition()
definition in interface net.thevpc.nuts.command.NInstallEventpublic boolean isForce()
isForce in interface net.thevpc.nuts.command.NInstallEventCopyright © 2026 vpc open source initiative. All rights reserved.