public static class Filesystem.FSImpl extends AbstractIdObject<Filesystem.FSImpl> implements AbstractFilesystem
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
protected java.util.concurrent.Executor |
pool |
protected ScriptRunner |
runner |
Id_constructor| Constructor and Description |
|---|
FSImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
Filesystem.FSImpl |
defaultConstructor() |
protected void |
initialize(NodeRuntime runner,
java.util.concurrent.Executor fsPool) |
protected java.lang.Object |
prototypeCall(int id,
org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable scope,
java.lang.Object[] args) |
java.lang.Object |
read(org.mozilla.javascript.Context cx,
java.lang.Object[] args) |
java.lang.Object |
writeBuffer(org.mozilla.javascript.Context cx,
java.lang.Object[] args) |
java.lang.Object |
writeString(org.mozilla.javascript.Context cx,
java.lang.Object[] args) |
anonymousCall, defaultConstructor, execIdCall, exportAsClass, findInstanceIdInfo, findPrototypeId, getClassName, getInstanceIdName, getMaxInstanceId, initPrototypeIdactivatePrototypeMap, addIdFunctionProperty, defaultGet, defaultHas, defaultPut, defineOwnProperty, delete, delete, exportAsJSClass, fillConstructorProperties, findInstanceIdInfo, findPrototypeId, get, get, getAttributes, getInstanceIdValue, getOwnPropertyDescriptor, has, has, hasPrototypeMap, incompatibleCallError, initPrototypeConstructor, initPrototypeMethod, initPrototypeMethod, initPrototypeMethod, initPrototypeValue, initPrototypeValue, instanceIdInfo, put, put, setAttributes, setInstanceIdAttributes, setInstanceIdValueapplyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, ensureSymbolScriptable, equivalentValues, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, hasInstance, hasProperty, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, putConst, putConstProperty, putProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, sizepublic static final java.lang.String CLASS_NAME
protected ScriptRunner runner
protected java.util.concurrent.Executor pool
public Filesystem.FSImpl defaultConstructor()
defaultConstructor in class AbstractIdObject<Filesystem.FSImpl>protected void initialize(NodeRuntime runner, java.util.concurrent.Executor fsPool)
public void cleanup()
cleanup in interface AbstractFilesystemprotected java.lang.Object prototypeCall(int id,
org.mozilla.javascript.Context cx,
org.mozilla.javascript.Scriptable scope,
java.lang.Object[] args)
prototypeCall in class AbstractIdObject<Filesystem.FSImpl>public java.lang.Object read(org.mozilla.javascript.Context cx,
java.lang.Object[] args)
public java.lang.Object writeBuffer(org.mozilla.javascript.Context cx,
java.lang.Object[] args)
public java.lang.Object writeString(org.mozilla.javascript.Context cx,
java.lang.Object[] args)
Copyright © 2018 Apigee Corporation. All Rights Reserved.