类 AggregatedExecutable


  • public class AggregatedExecutable
    extends Executable
    Convenient class to store and serialize a sequence of executables.
    • 构造器详细资料

      • AggregatedExecutable

        public AggregatedExecutable​(java.lang.String name)
      • AggregatedExecutable

        public AggregatedExecutable​(java.lang.String name,
                                    java.util.List<Executable> executables)