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 StringPluginPropertyPluginPropertyFactory. createString(String key)StringPluginPropertyAbstractStepMeta. getConnectionName()Methods in org.pentaho.di.core.util with parameters of type StringPluginProperty Modifier and Type Method Description voidAbstractStepMeta. 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 StringPluginPropertyTeraFastMeta. getControlFile()StringPluginPropertyTeraFastMeta. getDataFile()StringPluginPropertyTeraFastMeta. getFastloadPath()StringPluginPropertyTeraFastMeta. getLogFile()StringPluginPropertyTeraFastMeta. getTargetTable()Methods in org.pentaho.di.trans.steps.terafast with parameters of type StringPluginProperty Modifier and Type Method Description voidTeraFastMeta. setControlFile(StringPluginProperty controlFile)voidTeraFastMeta. setDataFile(StringPluginProperty dataFile)voidTeraFastMeta. setFastloadPath(StringPluginProperty fastloadPath)voidTeraFastMeta. setLogFile(StringPluginProperty logFile)voidTeraFastMeta. setTargetTable(StringPluginProperty targetTable)
-