public class ArtifactExecutorComponent extends Object implements net.thevpc.nuts.spi.NExecutorComponent
| Constructor and Description |
|---|
ArtifactExecutorComponent(net.thevpc.nuts.artifact.NId id) |
| Modifier and Type | Method and Description |
|---|---|
void |
dryExec(net.thevpc.nuts.command.NExecutionContext executionContext) |
int |
exec(net.thevpc.nuts.command.NExecutionContext executionContext) |
int |
execHelper(net.thevpc.nuts.command.NExecutionContext executionContext,
boolean dry) |
net.thevpc.nuts.artifact.NId |
id() |
public ArtifactExecutorComponent(net.thevpc.nuts.artifact.NId id)
public net.thevpc.nuts.artifact.NId id()
id in interface net.thevpc.nuts.spi.NExecutorComponentpublic int exec(net.thevpc.nuts.command.NExecutionContext executionContext)
exec in interface net.thevpc.nuts.spi.NExecutorComponentpublic void dryExec(net.thevpc.nuts.command.NExecutionContext executionContext)
public int execHelper(net.thevpc.nuts.command.NExecutionContext executionContext,
boolean dry)
Copyright © 2026 vpc open source initiative. All rights reserved.