Uses of Interface
org.pentaho.di.core.gui.OverwritePrompter

Packages that use OverwritePrompter
org.pentaho.di.core.gui   
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.ui.spoon This package contains the classes needed by Spoon. 
 

Uses of OverwritePrompter in org.pentaho.di.core.gui
 

Subinterfaces of OverwritePrompter in org.pentaho.di.core.gui
 interface SpoonInterface
           
 

Uses of OverwritePrompter in org.pentaho.di.job
 

Methods in org.pentaho.di.job with parameters of type OverwritePrompter
 void JobMeta.loadXML(Node jobnode, Repository rep, boolean ignoreRepositorySharedObjects, OverwritePrompter prompter)
          Load a block of XML from an DOM node.
 void JobMeta.loadXML(Node jobnode, Repository rep, OverwritePrompter prompter)
          Load xml.
 

Constructors in org.pentaho.di.job with parameters of type OverwritePrompter
JobMeta(InputStream inputStream, Repository rep, OverwritePrompter prompter)
          Instantiates a new job meta.
JobMeta(Node jobnode, Repository rep, boolean ignoreRepositorySharedObjects, OverwritePrompter prompter)
          Create a new JobMeta object by loading it from a a DOM node.
JobMeta(Node jobnode, Repository rep, OverwritePrompter prompter)
          Create a new JobMeta object by loading it from a a DOM node.
JobMeta(String fname, Repository rep, OverwritePrompter prompter)
          Instantiates a new job meta.
JobMeta(VariableSpace parentSpace, String fname, Repository rep, OverwritePrompter prompter)
          Load the job from the XML file specified.
 

Uses of OverwritePrompter in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans with parameters of type OverwritePrompter
 void TransMeta.loadXML(Node transnode, Repository rep, boolean setInternalVariables, VariableSpace parentVariableSpace, OverwritePrompter prompter)
          Parses an XML DOM (starting at the specified Node) that describes the transformation.
 

Constructors in org.pentaho.di.trans with parameters of type OverwritePrompter
TransMeta(InputStream xmlStream, Repository rep, boolean setInternalVariables, VariableSpace parentVariableSpace, OverwritePrompter prompter)
          Instantiates a new transformation meta-data object.
TransMeta(String fname, Repository rep, boolean setInternalVariables, VariableSpace parentVariableSpace, OverwritePrompter prompter)
          Parses a file containing the XML that describes the transformation.
 

Uses of OverwritePrompter in org.pentaho.di.ui.spoon
 

Classes in org.pentaho.di.ui.spoon that implement OverwritePrompter
 class Spoon
          This class handles the main window of the Spoon graphical transformation editor.