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