Uses of Class
org.pentaho.di.core.util.StringPluginProperty
-
Packages that use StringPluginProperty Package Description org.pentaho.di.core.util org.pentaho.di.trans.steps.terafast -
-
Uses of StringPluginProperty in org.pentaho.di.core.util
Methods in org.pentaho.di.core.util that return StringPluginProperty Modifier and Type Method Description StringPluginProperty
PluginPropertyFactory. createString(String key)
StringPluginProperty
AbstractStepMeta. getConnectionName()
Methods in org.pentaho.di.core.util with parameters of type StringPluginProperty Modifier and Type Method Description void
AbstractStepMeta. setConnectionName(StringPluginProperty connectionName)
-
Uses of StringPluginProperty in org.pentaho.di.trans.steps.terafast
Methods in org.pentaho.di.trans.steps.terafast that return StringPluginProperty Modifier and Type Method Description StringPluginProperty
TeraFastMeta. getControlFile()
StringPluginProperty
TeraFastMeta. getDataFile()
StringPluginProperty
TeraFastMeta. getFastloadPath()
StringPluginProperty
TeraFastMeta. getLogFile()
StringPluginProperty
TeraFastMeta. getTargetTable()
Methods in org.pentaho.di.trans.steps.terafast with parameters of type StringPluginProperty Modifier and Type Method Description void
TeraFastMeta. setControlFile(StringPluginProperty controlFile)
void
TeraFastMeta. setDataFile(StringPluginProperty dataFile)
void
TeraFastMeta. setFastloadPath(StringPluginProperty fastloadPath)
void
TeraFastMeta. setLogFile(StringPluginProperty logFile)
void
TeraFastMeta. setTargetTable(StringPluginProperty targetTable)
-