public class JavaSourceExecutorComponent extends Object implements NutsExecutorComponent
| Modifier and Type | Field and Description |
|---|---|
static NutsId |
ID |
CUSTOM_SUPPORT, DEFAULT_SUPPORT, NO_SUPPORT| Constructor and Description |
|---|
JavaSourceExecutorComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
dryExec(NutsExecutionContext executionContext) |
void |
exec(NutsExecutionContext executionContext) |
NutsId |
getId() |
int |
getSupportLevel(NutsSupportLevelContext<NutsDefinition> nutsDefinition) |
public static NutsId ID
public NutsId getId()
getId in interface NutsExecutorComponentpublic int getSupportLevel(NutsSupportLevelContext<NutsDefinition> nutsDefinition)
getSupportLevel in interface NutsComponent<NutsDefinition>public void dryExec(NutsExecutionContext executionContext) throws NutsExecutionException
dryExec in interface NutsExecutorComponentNutsExecutionExceptionpublic void exec(NutsExecutionContext executionContext)
exec in interface NutsExecutorComponentCopyright © 2021 vpc open source initiative. All rights reserved.