Package org.pentaho.di.ui.spoon.trans
Class StreamOptions
java.lang.Object
org.pentaho.di.ui.spoon.trans.StreamOptions
-
Constructor Summary
ConstructorDescriptionStreamOptions
(List<org.pentaho.di.trans.step.errorhandling.StreamInterface> options, org.pentaho.di.core.gui.Point location) -
Method Summary
Modifier and TypeMethodDescriptionorg.pentaho.di.core.gui.Point
List<org.pentaho.di.trans.step.errorhandling.StreamInterface>
void
setLocation
(org.pentaho.di.core.gui.Point location) void
setOptions
(List<org.pentaho.di.trans.step.errorhandling.StreamInterface> options)
-
Constructor Details
-
StreamOptions
public StreamOptions(List<org.pentaho.di.trans.step.errorhandling.StreamInterface> options, org.pentaho.di.core.gui.Point location) - Parameters:
options
-location
-
-
-
Method Details
-
getOptions
- Returns:
- the options
-
setOptions
- 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
-