org.pentaho.di.ui.trans.steps.getxmldata
Class LoopNodesImportProgressDialog

java.lang.Object
  extended by org.pentaho.di.ui.trans.steps.getxmldata.LoopNodesImportProgressDialog

public class LoopNodesImportProgressDialog
extends Object

Takes care of displaying a dialog that will handle the wait while we're finding out loop nodes for an XML file

Since:
07-apr-2010
Author:
Samatar

Constructor Summary
LoopNodesImportProgressDialog(Shell shell, GetXMLDataMeta meta, String xmlSource, boolean useUrl)
           
LoopNodesImportProgressDialog(Shell shell, GetXMLDataMeta meta, String filename, String encoding)
          Creates a new dialog that will handle the wait while we're finding out loop nodes for an XML file
 
Method Summary
 String[] open()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoopNodesImportProgressDialog

public LoopNodesImportProgressDialog(Shell shell,
                                     GetXMLDataMeta meta,
                                     String filename,
                                     String encoding)
Creates a new dialog that will handle the wait while we're finding out loop nodes for an XML file


LoopNodesImportProgressDialog

public LoopNodesImportProgressDialog(Shell shell,
                                     GetXMLDataMeta meta,
                                     String xmlSource,
                                     boolean useUrl)
Method Detail

open

public String[] open()