Class ActionMysqlBulkFileDialog
- java.lang.Object
-
- org.eclipse.swt.widgets.Dialog
-
- org.apache.hop.ui.workflow.action.ActionDialog
-
- org.apache.hop.workflow.actions.mysqlbulkfile.ActionMysqlBulkFileDialog
-
- All Implemented Interfaces:
org.apache.hop.workflow.action.IActionDialog
public class ActionMysqlBulkFileDialog extends ActionDialog implements org.apache.hop.workflow.action.IActionDialog
This dialog allows you to edit the MYSQL Bulk Load To a file action settings. (select the connection and the table to be checked) This action evaluates!
-
-
Field Summary
-
Fields inherited from class org.apache.hop.ui.workflow.action.ActionDialog
loggingObject, metadataProvider, props, shell, variables, workflowMeta
-
-
Constructor Summary
Constructors Constructor Description ActionMysqlBulkFileDialog(org.eclipse.swt.widgets.Shell parent, org.apache.hop.workflow.action.IAction action, org.apache.hop.workflow.WorkflowMeta workflowMeta, IVariables variables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddumpFile()voidgetData()Copy information from the meta-data input to the dialog fields.org.apache.hop.workflow.action.IActionopen()-
Methods inherited from class org.apache.hop.ui.workflow.action.ActionDialog
addConnectionLine, dispose, getMetadataProvider, getWorkflowMeta, isDisposed, setActive, setMetadataProvider
-
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
-
-
-
Constructor Detail
-
ActionMysqlBulkFileDialog
public ActionMysqlBulkFileDialog(org.eclipse.swt.widgets.Shell parent, org.apache.hop.workflow.action.IAction action, org.apache.hop.workflow.WorkflowMeta workflowMeta, IVariables variables)
-
-