public class ArtifactExecutorComponent extends Object implements net.thevpc.nuts.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.NutsSupportLevelContext<net.thevpc.nuts.NutsDefinition> 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.NutsExecutorComponentpublic int getSupportLevel(net.thevpc.nuts.NutsSupportLevelContext<net.thevpc.nuts.NutsDefinition> nutsDefinition)
getSupportLevel in interface net.thevpc.nuts.spi.NutsComponent<net.thevpc.nuts.NutsDefinition>public void exec(net.thevpc.nuts.NutsExecutionContext executionContext)
exec in interface net.thevpc.nuts.NutsExecutorComponentpublic void dryExec(net.thevpc.nuts.NutsExecutionContext executionContext)
dryExec in interface net.thevpc.nuts.NutsExecutorComponentpublic void execHelper(net.thevpc.nuts.NutsExecutionContext executionContext,
boolean dry)
Copyright © 2021 vpc open source initiative. All rights reserved.