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