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