public class ForkOptions extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<String> |
cwd |
Objs.Property<Object> |
env |
Objs.Property<String[]> |
execArgv |
Objs.Property<String> |
execPath |
Objs.Property<Number> |
gid |
Objs.Property<Boolean> |
silent |
Objs.Property<Number> |
uid |
Modifier | Constructor and Description |
---|---|
protected |
ForkOptions(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static ForkOptions |
$as(Object obj) |
String |
cwd() |
String[] |
execArgv() |
String |
execPath() |
Number |
gid() |
Boolean |
silent() |
Number |
uid() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<String> cwd
public Objs.Property<Object> env
public Objs.Property<String> execPath
public Objs.Property<String[]> execArgv
public Objs.Property<Boolean> silent
public Objs.Property<Number> uid
public Objs.Property<Number> gid
protected ForkOptions(Objs.Constructor<?> c, Object js)
Copyright © 2018. All rights reserved.