Class AbstractMethodProcessor
- java.lang.Object
-
- org.apache.hop.ui.hopgui.partition.processor.AbstractMethodProcessor
-
- All Implemented Interfaces:
IMethodProcessor
- Direct Known Subclasses:
MirrorMethodProcessor,NoneMethodProcessor,SpecialMethodProcessor
public abstract class AbstractMethodProcessor extends Object implements IMethodProcessor
-
-
Constructor Summary
Constructors Constructor Description AbstractMethodProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaskForSchema(String[] schemaNames, org.eclipse.swt.widgets.Shell shell, int defaultSelectedSchemaIndex)voidprocessForKnownSchema(String schemaName, PartitionSettings settings)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.hop.ui.hopgui.partition.processor.IMethodProcessor
schemaSelection
-
-
-
-
Method Detail
-
askForSchema
public String askForSchema(String[] schemaNames, org.eclipse.swt.widgets.Shell shell, int defaultSelectedSchemaIndex)
-
processForKnownSchema
public void processForKnownSchema(String schemaName, PartitionSettings settings) throws HopPluginException
- Throws:
HopPluginException
-
-