类 Executable
- java.lang.Object
-
- org.elastos.hive.vault.scripting.Condition
-
- org.elastos.hive.vault.scripting.Executable
-
- 直接已知子类:
AggregatedExecutable,CountExecutable,DeleteExecutable,FileDownloadExecutable,FileHashExecutable,FilePropertiesExecutable,FileUploadExecutable,FindExecutable,InsertExecutable,UpdateExecutable
public abstract class Executable extends Condition
Represents the executable of the script.
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 protected classExecutable.DatabaseBodyprotected classExecutable.FileBodyprotected static classExecutable.Type
-
构造器概要
构造器 限定符 构造器 说明 protectedExecutable(java.lang.String name, Executable.Type type, java.lang.Object body)
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 static com.fasterxml.jackson.databind.JsonNodecreateRunFileParams(java.lang.String path)ExecutablesetOutput(java.lang.Boolean output)
-
-
-
构造器详细资料
-
Executable
protected Executable(java.lang.String name, Executable.Type type, java.lang.Object body)
-
-
方法详细资料
-
setOutput
public Executable setOutput(java.lang.Boolean output)
-
createRunFileParams
public static com.fasterxml.jackson.databind.JsonNode createRunFileParams(java.lang.String path)
-
-