Class AbstractProcessBuilder<B extends AbstractProcessBuilder<B>>

    • Method Detail

      • processType

        public B processType​(ProcessType processType)
        Sets the process type for this.
        Parameters:
        processType - the process type to set
        Returns:
        the builder object
      • closed

        public B closed()
        Sets this closed.
        Returns:
        the builder object
      • executable

        public B executable()
        Sets this executable.
        Returns:
        the builder object