Class AbstractMethodProcessor
java.lang.Object
org.pentaho.di.ui.spoon.partition.processor.AbstractMethodProcessor
- All Implemented Interfaces:
MethodProcessor
- Direct Known Subclasses:
MirrorMethodProcessor
,NoneMethodProcessor
,SpecialMethodProcessor
- Author:
- Evgeniy_Lyakhov@epam.com
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaskForSchema
(String[] schemaNames, org.eclipse.swt.widgets.Shell shell, int defaultSelectedSchemaIndex) void
processForKnownSchema
(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.pentaho.di.ui.spoon.partition.processor.MethodProcessor
schemaSelection
-
Constructor Details
-
AbstractMethodProcessor
public AbstractMethodProcessor()
-
-
Method Details
-
askForSchema
-
processForKnownSchema
public void processForKnownSchema(String schemaName, PartitionSettings settings) throws org.pentaho.di.core.exception.KettlePluginException - Throws:
org.pentaho.di.core.exception.KettlePluginException
-