public class ArtifactExecutorComponent extends Object implements NutsExecutorComponent
CUSTOM_SUPPORT, DEFAULT_SUPPORT, NO_SUPPORT| Constructor and Description |
|---|
ArtifactExecutorComponent(NutsId id,
NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
dryExec(NutsExecutionContext executionContext) |
void |
exec(NutsExecutionContext executionContext) |
void |
execHelper(NutsExecutionContext executionContext,
boolean dry) |
NutsId |
getId() |
int |
getSupportLevel(NutsSupportLevelContext<NutsDefinition> nutsDefinition) |
public ArtifactExecutorComponent(NutsId id, NutsSession session)
public NutsId getId()
getId in interface NutsExecutorComponentpublic int getSupportLevel(NutsSupportLevelContext<NutsDefinition> nutsDefinition)
getSupportLevel in interface NutsComponent<NutsDefinition>public void exec(NutsExecutionContext executionContext)
exec in interface NutsExecutorComponentpublic void dryExec(NutsExecutionContext executionContext)
dryExec in interface NutsExecutorComponentpublic void execHelper(NutsExecutionContext executionContext, boolean dry)
Copyright © 2021 vpc open source initiative. All rights reserved.