public class DefaultNUpdateEvent extends Object implements net.thevpc.nuts.command.NUpdateEvent
| Constructor and Description |
|---|
DefaultNUpdateEvent(net.thevpc.nuts.artifact.NDefinition oldDefinition,
net.thevpc.nuts.artifact.NDefinition definition,
net.thevpc.nuts.core.NSession session,
boolean force) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isForce() |
net.thevpc.nuts.artifact.NDefinition |
newValue() |
net.thevpc.nuts.artifact.NDefinition |
oldValue() |
net.thevpc.nuts.core.NSession |
session() |
net.thevpc.nuts.core.NWorkspace |
workspace() |
public DefaultNUpdateEvent(net.thevpc.nuts.artifact.NDefinition oldDefinition,
net.thevpc.nuts.artifact.NDefinition definition,
net.thevpc.nuts.core.NSession session,
boolean force)
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.NUpdateEventpublic net.thevpc.nuts.artifact.NDefinition newValue()
newValue in interface net.thevpc.nuts.command.NUpdateEventpublic net.thevpc.nuts.artifact.NDefinition oldValue()
oldValue in interface net.thevpc.nuts.command.NUpdateEventpublic boolean isForce()
isForce in interface net.thevpc.nuts.command.NUpdateEventCopyright © 2026 vpc open source initiative. All rights reserved.