Class AbstractMethodProcessor
- java.lang.Object
-
- org.pentaho.di.ui.spoon.partition.processor.AbstractMethodProcessor
-
- All Implemented Interfaces:
MethodProcessor
- Direct Known Subclasses:
MirrorMethodProcessor
,NoneMethodProcessor
,SpecialMethodProcessor
public abstract class AbstractMethodProcessor extends Object implements MethodProcessor
- Author:
- Evgeniy_Lyakhov@epam.com
-
-
Constructor Summary
Constructors Constructor Description AbstractMethodProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
askForSchema(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
-
-
-
-
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 org.pentaho.di.core.exception.KettlePluginException
- Throws:
org.pentaho.di.core.exception.KettlePluginException
-
-