public class ArtifactExecutorComponent extends Object implements net.thevpc.nuts.spi.NutsExecutorComponent
| Constructor and Description |
|---|
ArtifactExecutorComponent(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
dryExec(net.thevpc.nuts.NutsExecutionContext executionContext) |
void |
exec(net.thevpc.nuts.NutsExecutionContext executionContext) |
void |
execHelper(net.thevpc.nuts.NutsExecutionContext executionContext,
boolean dry) |
net.thevpc.nuts.NutsId |
getId() |
int |
getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext nutsDefinition) |
public ArtifactExecutorComponent(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsId getId()
getId in interface net.thevpc.nuts.spi.NutsExecutorComponentpublic int getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext nutsDefinition)
getSupportLevel in interface net.thevpc.nuts.spi.NutsComponentpublic void exec(net.thevpc.nuts.NutsExecutionContext executionContext)
exec in interface net.thevpc.nuts.spi.NutsExecutorComponentpublic void dryExec(net.thevpc.nuts.NutsExecutionContext executionContext)
dryExec in interface net.thevpc.nuts.spi.NutsExecutorComponentpublic void execHelper(net.thevpc.nuts.NutsExecutionContext executionContext,
boolean dry)
Copyright © 2022 vpc open source initiative. All rights reserved.