Deprecated Methods |
org.pentaho.di.compatibility.Row.add(Object)
|
org.pentaho.di.compatibility.Row.get(int)
|
org.pentaho.di.core.vfs.KettleVFS.getFileInputStream(FileObject)
because of API change in Apache VFS. As a workaround use FileObject.getName().getPathDecoded();
Then use a regular File() object to create a File Input stream. |
org.pentaho.di.i18n.GlobalMessages.getSystemString(String)
As of build 4512, replaced by and #getString(String) |
org.pentaho.di.i18n.GlobalMessages.getSystemString(String, String)
As of build 4512, replaced by and #getString(String, String) |
org.pentaho.di.i18n.GlobalMessages.getSystemString(String, String, String)
As of build 4512, replaced by and #getString(String, String, String) |
org.pentaho.di.i18n.GlobalMessages.getSystemString(String, String, String, String)
As of build 4512, replaced by and #getString(String, String, String, String) |
org.pentaho.di.i18n.GlobalMessages.getSystemString(String, String, String, String, String)
As of build 4512, replaced by and #getString(String, String, String, String, String) |
org.pentaho.di.i18n.GlobalMessages.getSystemString(String, String, String, String, String, String)
As of build 4512, replaced by and #getString(String, String, String, String, String, String) |
org.pentaho.di.i18n.GlobalMessages.getSystemString(String, String, String, String, String, String, String)
As of build 4512, replaced by and #getString(String, String, String, String, String, String, String) |
org.pentaho.di.core.row.ValueDataUtil.isSpace(char)
Use Const.isSpace(char) instead |
org.pentaho.di.core.row.ValueDataUtil.leftTrim(String)
Use Const.ltrim(String) instead |
org.pentaho.di.core.row.RowMetaInterface.oldXORHashCode(Object[])
|
org.pentaho.di.core.row.RowMeta.oldXORHashCode(Object[])
|
org.pentaho.di.compatibility.Row.remove(int)
|
org.pentaho.di.core.Const.replEnv(String)
use StringUtil.environmentSubstitute(): handles both Windows and unix conventions |
org.pentaho.di.core.Const.replEnv(String[])
please use StringUtil.environmentSubstitute now. |
org.pentaho.di.core.row.ValueDataUtil.rightTrim(String)
Use Const.rtrim(String) instead |
org.pentaho.di.core.row.ValueDataUtil.trim(String)
Use Const.trim(String) instead |