类 AggregatedExecutable
- java.lang.Object
-
- org.elastos.hive.vault.scripting.Condition
-
- org.elastos.hive.vault.scripting.Executable
-
- org.elastos.hive.vault.scripting.AggregatedExecutable
-
public class AggregatedExecutable extends Executable
Convenient class to store and serialize a sequence of executables.
-
-
嵌套类概要
-
从类继承的嵌套类/接口 org.elastos.hive.vault.scripting.Executable
Executable.DatabaseBody, Executable.FileBody, Executable.Type
-
-
构造器概要
构造器 构造器 说明 AggregatedExecutable(java.lang.String name)AggregatedExecutable(java.lang.String name, java.util.List<Executable> executables)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 AggregatedExecutableappendExecutable(Executable executable)-
从类继承的方法 org.elastos.hive.vault.scripting.Executable
createRunFileParams, setOutput
-
-
-
-
构造器详细资料
-
AggregatedExecutable
public AggregatedExecutable(java.lang.String name)
-
AggregatedExecutable
public AggregatedExecutable(java.lang.String name, java.util.List<Executable> executables)
-
-
方法详细资料
-
appendExecutable
public AggregatedExecutable appendExecutable(Executable executable)
-
-