Class StreamOptions


  • public class StreamOptions
    extends Object
    • Constructor Detail

      • StreamOptions

        public StreamOptions​(List<org.pentaho.di.trans.step.errorhandling.StreamInterface> options,
                             org.pentaho.di.core.gui.Point location)
        Parameters:
        options -
        location -
    • Method Detail

      • getOptions

        public List<org.pentaho.di.trans.step.errorhandling.StreamInterface> getOptions()
        Returns:
        the options
      • setOptions

        public void setOptions​(List<org.pentaho.di.trans.step.errorhandling.StreamInterface> options)
        Parameters:
        options - the options to set
      • getLocation

        public org.pentaho.di.core.gui.Point getLocation()
        Returns:
        the location
      • setLocation

        public void setLocation​(org.pentaho.di.core.gui.Point location)
        Parameters:
        location - the location to set