public class DefaultNutsPs extends Object implements net.thevpc.nuts.NutsPs
| Constructor and Description |
|---|
DefaultNutsPs(net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkSession() |
net.thevpc.nuts.NutsPs |
failFast() |
net.thevpc.nuts.NutsPs |
failFast(boolean failFast) |
net.thevpc.nuts.NutsStream<net.thevpc.nuts.NutsProcessInfo> |
getResultList() |
net.thevpc.nuts.NutsSession |
getSession() |
int |
getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext context) |
String |
getType() |
boolean |
isFailFast() |
boolean |
isSupportedKillProcess() |
boolean |
killProcess(String processId) |
net.thevpc.nuts.NutsPs |
setFailFast(boolean failFast) |
net.thevpc.nuts.NutsPs |
setSession(net.thevpc.nuts.NutsSession session) |
net.thevpc.nuts.NutsPs |
setType(String processType) |
net.thevpc.nuts.NutsPs |
type(String processType) |
public int getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NutsComponentprotected void checkSession()
public boolean isFailFast()
isFailFast in interface net.thevpc.nuts.NutsPspublic net.thevpc.nuts.NutsPs setFailFast(boolean failFast)
setFailFast in interface net.thevpc.nuts.NutsPspublic boolean isSupportedKillProcess()
isSupportedKillProcess in interface net.thevpc.nuts.NutsPspublic boolean killProcess(String processId)
killProcess in interface net.thevpc.nuts.NutsPspublic net.thevpc.nuts.NutsPs failFast(boolean failFast)
failFast in interface net.thevpc.nuts.NutsPspublic net.thevpc.nuts.NutsPs failFast()
failFast in interface net.thevpc.nuts.NutsPspublic net.thevpc.nuts.NutsSession getSession()
getSession in interface net.thevpc.nuts.NutsPspublic net.thevpc.nuts.NutsPs setSession(net.thevpc.nuts.NutsSession session)
setSession in interface net.thevpc.nuts.NutsPspublic String getType()
getType in interface net.thevpc.nuts.NutsPspublic net.thevpc.nuts.NutsPs setType(String processType)
setType in interface net.thevpc.nuts.NutsPspublic net.thevpc.nuts.NutsPs type(String processType)
type in interface net.thevpc.nuts.NutsPspublic net.thevpc.nuts.NutsStream<net.thevpc.nuts.NutsProcessInfo> getResultList()
getResultList in interface net.thevpc.nuts.NutsPsCopyright © 2022 vpc open source initiative. All rights reserved.