Class StageHost

java.lang.Object
org.aksw.shellgebra.exec.stage.StageHost
All Implemented Interfaces:
Stage

public class StageHost extends Object implements Stage
  • Field Details

  • Constructor Details

    • StageHost

      public StageHost(CmdOp cmdOp)
  • Method Details

    • from

      public BoundStage from(com.google.common.io.ByteSource byteSource)
      Description copied from interface: Stage
      Use a byte source for input. Note: If the byte source wraps a live input stream, then it is the caller's responsibility to close it.
      Specified by:
      from in interface Stage
    • from

      public BoundStage from(FileWriterTask inputTask)
      Specified by:
      from in interface Stage
    • from

      public BoundStage from(BoundStage execBuilder)
      Specified by:
      from in interface Stage
    • fromNull

      public BoundStage fromNull()
      Specified by:
      fromNull in interface Stage