A B C D E F G H I J K L M N O P R S T U V W X Y

G

GENERALIZED_DATE_TIME_FORMAT - Static variable in class org.pentaho.di.core.Const
Generalized date/time format: Wherever dates are used, date and time values are organized from the most to the least significant.
GENERALIZED_DATE_TIME_FORMAT_MILLIS - Static variable in class org.pentaho.di.core.Const
 
generateHashCode(byte[], RowMetaInterface) - Static method in class org.pentaho.di.core.hash.ByteArrayHashIndex
 
generateHashCode(Long) - Static method in class org.pentaho.di.core.hash.LongHashIndex
 
generateRandomString(int, String, String, boolean) - Static method in class org.pentaho.di.core.util.StringUtil
 
get(int) - Method in class org.pentaho.di.compatibility.Row
Deprecated.  
get(DBCacheEntry) - Method in class org.pentaho.di.core.DBCache
Get the fields as a row generated by a database cache entry
get(byte[]) - Method in class org.pentaho.di.core.hash.ByteArrayHashIndex
 
get(byte[]) - Method in class org.pentaho.di.core.hash.ByteArrayHashMap
Returns the entry to which the specified key is "mapped", or, in other words, if this index contains an entry that is equal to the given key, or null if this is not the case.
get(long) - Method in class org.pentaho.di.core.hash.LongHashIndex
 
get_Double_Metaphone(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
 
get_Metaphone(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
 
getADefaultVariableSpace() - Static method in class org.pentaho.di.core.variables.Variables
Get a default variable space as a placeholder.
getAllTokens() - Method in class org.pentaho.di.core.SimpleTokenizer
Tokenize the remaining text and return all the tokens
getAllTypeDesc() - Static method in class org.pentaho.di.core.ResultFile
 
getAllTypes() - Static method in class org.pentaho.di.compatibility.Value
Get an array of String describing the possible types a Value can have.
getAllTypes() - Static method in class org.pentaho.di.core.row.ValueMeta
Get an array of String describing the possible types a Value can have.
getArgumentNumber(ValueMetaInterface) - Static method in class org.pentaho.di.core.Props
Convert "argument 1" to 1
getBigNumber() - Method in class org.pentaho.di.compatibility.Value
Get the BigDecimal number of this Value.
getBigNumber() - Method in class org.pentaho.di.compatibility.ValueBigNumber
 
getBigNumber() - Method in class org.pentaho.di.compatibility.ValueBinary
 
getBigNumber() - Method in class org.pentaho.di.compatibility.ValueBoolean
 
getBigNumber() - Method in class org.pentaho.di.compatibility.ValueDate
 
getBigNumber() - Method in class org.pentaho.di.compatibility.ValueInteger
 
getBigNumber() - Method in interface org.pentaho.di.compatibility.ValueInterface
 
getBigNumber() - Method in class org.pentaho.di.compatibility.ValueNumber
 
getBigNumber() - Method in class org.pentaho.di.compatibility.ValueSerializable
 
getBigNumber() - Method in class org.pentaho.di.compatibility.ValueString
 
getBigNumber(Object[], int) - Method in class org.pentaho.di.core.row.RowMeta
Get a BigNumber value from a row of data.
getBigNumber(Object[], int) - Method in interface org.pentaho.di.core.row.RowMetaInterface
Get a BigNumber value from a row of data.
getBigNumber(Object) - Method in class org.pentaho.di.core.row.ValueMeta
 
getBigNumber(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Convert the supplied data to a BigNumber
getBigNumber(String, BigDecimal) - Method in class org.pentaho.di.core.RowMetaAndData
 
getBigNumber(int, BigDecimal) - Method in class org.pentaho.di.core.RowMetaAndData
 
getBinary(Object[], int) - Method in class org.pentaho.di.core.row.RowMeta
Get a Binary value from a row of data.
getBinary(Object[], int) - Method in interface org.pentaho.di.core.row.RowMetaInterface
Get a Binary value from a row of data.
getBinary(Object) - Method in class org.pentaho.di.core.row.ValueMeta
 
getBinary(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Convert the supplied data to binary data
getBinary(String, byte[]) - Method in class org.pentaho.di.core.RowMetaAndData
 
getBinary(int, byte[]) - Method in class org.pentaho.di.core.RowMetaAndData
 
getBinaryString(Object) - Method in class org.pentaho.di.core.row.ValueMeta
 
getBinaryString(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
convert the supplied data to a binary string representation (for writing text)
getBoolean(String, boolean) - Method in class org.pentaho.di.compatibility.Row
Search for a value, if it doesn't occur in the row, return the default value.
getBoolean() - Method in class org.pentaho.di.compatibility.Value
Get the boolean value of this Value.
getBoolean() - Method in class org.pentaho.di.compatibility.ValueBigNumber
 
getBoolean() - Method in class org.pentaho.di.compatibility.ValueBinary
 
getBoolean() - Method in class org.pentaho.di.compatibility.ValueBoolean
 
getBoolean() - Method in class org.pentaho.di.compatibility.ValueDate
 
getBoolean() - Method in class org.pentaho.di.compatibility.ValueInteger
 
getBoolean() - Method in interface org.pentaho.di.compatibility.ValueInterface
 
getBoolean() - Method in class org.pentaho.di.compatibility.ValueNumber
 
getBoolean() - Method in class org.pentaho.di.compatibility.ValueSerializable
 
getBoolean() - Method in class org.pentaho.di.compatibility.ValueString
 
getBoolean(Object[], int) - Method in class org.pentaho.di.core.row.RowMeta
Get a Boolean value from a row of data.
getBoolean(Object[], int) - Method in interface org.pentaho.di.core.row.RowMetaInterface
Get a Boolean value from a row of data.
getBoolean(Object) - Method in class org.pentaho.di.core.row.ValueMeta
 
getBoolean(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Convert the supplied data to a Boolean
getBoolean(String, boolean) - Method in class org.pentaho.di.core.RowMetaAndData
 
getBoolean(int, boolean) - Method in class org.pentaho.di.core.RowMetaAndData
 
getBooleanValueOfVariable(String, boolean) - Method in class org.pentaho.di.core.variables.Variables
 
getBooleanValueOfVariable(String, boolean) - Method in interface org.pentaho.di.core.variables.VariableSpace
This method returns a boolean for the new variable check boxes.
getBuffer() - Method in class org.pentaho.di.core.logging.Log4jStringAppender
 
getBuildDate() - Method in class org.pentaho.di.version.BuildVersion
 
getBuildUser() - Method in class org.pentaho.di.version.BuildVersion
 
getBundle(Locale, String) - Static method in class org.pentaho.di.i18n.GlobalMessages
 
getByName(String) - Static method in enum org.pentaho.di.core.fileinput.FileInputList.FileTypeFilter
 
getByOrdinal(int) - Static method in enum org.pentaho.di.core.fileinput.FileInputList.FileTypeFilter
 
getBytes() - Method in class org.pentaho.di.compatibility.Value
 
getBytes() - Method in class org.pentaho.di.compatibility.ValueBigNumber
 
getBytes() - Method in class org.pentaho.di.compatibility.ValueBinary
 
getBytes() - Method in class org.pentaho.di.compatibility.ValueBoolean
 
getBytes() - Method in class org.pentaho.di.compatibility.ValueDate
 
getBytes() - Method in class org.pentaho.di.compatibility.ValueInteger
 
getBytes() - Method in interface org.pentaho.di.compatibility.ValueInterface
 
getBytes() - Method in class org.pentaho.di.compatibility.ValueNumber
 
getBytes() - Method in class org.pentaho.di.compatibility.ValueSerializable
 
getBytes() - Method in class org.pentaho.di.compatibility.ValueString
 
getCacheHits() - Method in class org.pentaho.di.core.xml.XMLHandlerCache
 
getClasses() - Method in class org.pentaho.di.core.util.ResolverUtil
 
getClassLoader() - Method in class org.pentaho.di.core.plugins.Plugin
 
getClassLoader() - Method in class org.pentaho.di.core.util.ResolverUtil
 
getClassName() - Method in class org.pentaho.di.compatibility.Value
 
getClassname() - Method in class org.pentaho.di.core.plugins.Plugin
 
getComment() - Method in class org.pentaho.di.core.ResultFile
 
getComments() - Method in class org.pentaho.di.core.row.ValueMeta
 
getComments() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getComparator() - Static method in class org.pentaho.di.core.vfs.KettleVFS
 
getCompatibleString(Object) - Method in class org.pentaho.di.core.row.ValueMeta
 
getCompatibleString(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Convert the supplied data to a String compatible with version 2.5.
getConversionFormats() - Static method in class org.pentaho.di.core.Const
 
getConversionMask() - Method in class org.pentaho.di.core.row.ValueMeta
 
getConversionMask() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getConversionMetadata() - Method in class org.pentaho.di.core.row.ValueMeta
 
getConversionMetadata() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
This conversion metadata can be attached to a String object to see where it came from and with which mask it was generated, the encoding, the local languages used, padding, etc.
getCounter() - Method in class org.pentaho.di.core.Counter
 
getCounter(String) - Method in class org.pentaho.di.core.Counters
 
getCurrencySymbol() - Method in class org.pentaho.di.core.row.ValueMeta
 
getCurrencySymbol() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getCustomParameter(String, String) - Method in class org.pentaho.di.core.Props
 
getData() - Method in class org.pentaho.di.core.RowMetaAndData
 
getDataXML(Object[]) - Method in class org.pentaho.di.core.row.RowMeta
 
getDataXML(Object[]) - Method in interface org.pentaho.di.core.row.RowMetaInterface
 
getDataXML(Object) - Method in class org.pentaho.di.core.row.ValueMeta
 
getDataXML(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getDate(String, Date) - Method in class org.pentaho.di.compatibility.Row
Search for a value, if it doesn't occur in the row, return the default value.
getDate() - Method in class org.pentaho.di.compatibility.Value
Get the Date of this Value.
getDate() - Method in class org.pentaho.di.compatibility.ValueBigNumber
 
getDate() - Method in class org.pentaho.di.compatibility.ValueBinary
 
getDate() - Method in class org.pentaho.di.compatibility.ValueBoolean
 
getDate() - Method in class org.pentaho.di.compatibility.ValueDate
 
getDate() - Method in class org.pentaho.di.compatibility.ValueInteger
 
getDate() - Method in interface org.pentaho.di.compatibility.ValueInterface
 
getDate() - Method in class org.pentaho.di.compatibility.ValueNumber
 
getDate() - Method in class org.pentaho.di.compatibility.ValueSerializable
 
getDate() - Method in class org.pentaho.di.compatibility.ValueString
 
getDate(Object[], int) - Method in class org.pentaho.di.core.row.RowMeta
Get a Date value from a row of data.
getDate(Object[], int) - Method in interface org.pentaho.di.core.row.RowMetaInterface
Get a Date value from a row of data.
getDate(Object) - Method in class org.pentaho.di.core.row.ValueMeta
 
getDate(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Convert the supplied data to a Date
getDate(String, Date) - Method in class org.pentaho.di.core.RowMetaAndData
 
getDate(int, Date) - Method in class org.pentaho.di.core.RowMetaAndData
 
getDateFormat() - Method in class org.pentaho.di.core.row.ValueMeta
 
getDateFormat() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getDateFormatLocale() - Method in class org.pentaho.di.core.row.ValueMeta
 
getDateFormatLocale() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getDateFormats() - Static method in class org.pentaho.di.core.Const
Returning the localized date conversion formats.
getDecimalFormat() - Method in class org.pentaho.di.core.row.ValueMeta
 
getDecimalFormat(boolean) - Method in class org.pentaho.di.core.row.ValueMeta
 
getDecimalFormat() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getDecimalFormat(boolean) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getDecimalSymbol() - Method in class org.pentaho.di.core.row.ValueMeta
 
getDecimalSymbol() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getDefaultLocale() - Method in class org.pentaho.di.i18n.LanguageChoice
 
getDescription() - Method in interface org.pentaho.di.core.CheckResultSourceInterface
 
getDescription() - Method in interface org.pentaho.di.core.DescriptionInterface
 
getDescription() - Method in class org.pentaho.di.core.plugins.Plugin
 
getDestinationStepCopy() - Method in class org.pentaho.di.core.RowSet
 
getDestinationStepName() - Method in class org.pentaho.di.core.RowSet
 
getDigits(ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
 
getDigitsOnly(String) - Static method in class org.pentaho.di.core.Const
Return digits only.
getDirectory() - Method in class org.pentaho.di.core.plugins.Plugin
 
getDistinctStrings(String[]) - Static method in class org.pentaho.di.core.Const
Sorts the array of Strings, determines the uniquely occurring strings.
getEmptyPaddedStrings() - Static method in class org.pentaho.di.core.Const
Create an array of Strings consisting of spaces.
getEntryNr() - Method in class org.pentaho.di.core.Result
 
getEnvironmentVariable(String, String) - Static method in class org.pentaho.di.core.Const
Retrieves the content of an environment variable
getEnvironmentVariablesForRuntimeExec() - Static method in class org.pentaho.di.core.util.EnvUtil
 
getErrorCode() - Method in class org.pentaho.di.core.CheckResult
 
getErrorCode() - Method in interface org.pentaho.di.core.CheckResultInterface
 
getErrorHandler() - Method in class org.pentaho.di.core.logging.Log4jConsoleAppender
 
getErrorHandler() - Method in class org.pentaho.di.core.logging.Log4jFileAppender
 
getErrorHandler() - Method in class org.pentaho.di.core.logging.Log4jPipedAppender
 
getErrorHandler() - Method in class org.pentaho.di.core.logging.Log4jStringAppender
 
getErrorString(ResourceBundle, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
 
getErrorString(ResourceBundle, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
 
getErrorString(ResourceBundle, String, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
 
getErrorString(ResourceBundle, String, String, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
 
getErrorString(ResourceBundle, String, String, String, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
 
getExceptionsList() - Method in exception org.pentaho.di.core.exception.KettleDatabaseBatchException
 
getExitStatus() - Method in class org.pentaho.di.core.Result
 
getExpression() - Method in class org.pentaho.di.core.config.OgnlExpression
 
getFailoverLocale() - Method in class org.pentaho.di.i18n.LanguageChoice
 
getFieldNames() - Method in class org.pentaho.di.compatibility.Row
Get an array of the names of all the Values in the Row.
getFieldNames() - Method in class org.pentaho.di.core.row.RowMeta
Get an array of the names of all the Values in the Row.
getFieldNames() - Method in interface org.pentaho.di.core.row.RowMetaInterface
Get an array of the names of all the Values in the Row.
getFieldNamesAndTypes(int) - Method in class org.pentaho.di.compatibility.Row
Get an array of strings showing the name of the values in the row padded to a maximum length, followed by the types of the values.
getFieldNamesAndTypes(int) - Method in class org.pentaho.di.core.row.RowMeta
Get an array of strings showing the name of the values in the row padded to a maximum length, followed by the types of the values.
getFieldNamesAndTypes(int) - Method in interface org.pentaho.di.core.row.RowMetaInterface
Get an array of strings showing the name of the values in the row padded to a maximum length, followed by the types of the values.
getFile(int) - Method in class org.pentaho.di.core.fileinput.FileInputList
 
getFile() - Method in class org.pentaho.di.core.logging.Log4jFileAppender
 
getFile() - Method in class org.pentaho.di.core.ResultFile
 
getFileAppenderFile() - Method in class org.pentaho.di.core.logging.LogWriter
This is not thread safe: please try to get the file appender yourself using the static constructor and work from there
getFileInputStream() - Method in class org.pentaho.di.core.logging.LogWriter
This is not thread safe: please try to get the file appender yourself using the static constructor and work from there
getFileInputStream(String, boolean) - Method in class org.pentaho.di.core.logging.LogWriter
Get the file input stream for a certain appender.
getFileInputStream(FileObject) - Static method in class org.pentaho.di.core.vfs.KettleVFS
Deprecated. 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.
getFilename() - Method in class org.pentaho.di.core.DBCache
 
getFilename() - Method in class org.pentaho.di.core.Props
 
getFilename(FileObject) - Static method in class org.pentaho.di.core.vfs.KettleVFS
 
getFileObject(String) - Static method in class org.pentaho.di.core.vfs.KettleVFS
 
getFileOutputStream() - Method in class org.pentaho.di.core.logging.Log4jFileAppender
 
getFiles() - Method in class org.pentaho.di.core.fileinput.FileInputList
 
getFileStrings() - Method in class org.pentaho.di.core.fileinput.FileInputList
 
getFilter() - Method in class org.pentaho.di.core.logging.Log4jConsoleAppender
 
getFilter() - Method in class org.pentaho.di.core.logging.Log4jFileAppender
 
getFilter() - Method in class org.pentaho.di.core.logging.Log4jPipedAppender
 
getFilter() - Method in class org.pentaho.di.core.logging.Log4jStringAppender
 
getFilter() - Method in class org.pentaho.di.core.logging.LogWriter
 
getFormattedDateTime(Date) - Static method in class org.pentaho.di.core.util.StringUtil
Giving back a date/time string in the format following the rule from the most to the least significant
getFormattedDateTime(Date, boolean) - Static method in class org.pentaho.di.core.util.StringUtil
Giving back a date/time string in the format following the rule from the most to the least significant
getFormattedDateTimeNow() - Static method in class org.pentaho.di.core.util.StringUtil
Giving back the actual time as a date/time string in the format following the rule from the most to the least significant
getFormattedDateTimeNow(boolean) - Static method in class org.pentaho.di.core.util.StringUtil
Giving back the actual time as a date/time string in the format following the rule from the most to the least significant
getGroupingSymbol() - Method in class org.pentaho.di.core.row.ValueMeta
 
getGroupingSymbol() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getHandler() - Method in class org.pentaho.di.laf.LAFDelegate
 
getHandler(Class<V>) - Static method in class org.pentaho.di.laf.LAFFactory
Return an instance of the class that has been designated as the implementor of the requested Interface, will return null if there is no implementor.
getHeight() - Method in interface org.pentaho.di.core.gui.GUISizeInterface
 
getHostname() - Static method in class org.pentaho.di.core.Const
Determine the hostname of the machine Kettle is running on
getIconFilename() - Method in class org.pentaho.di.core.plugins.Plugin
 
getID() - Method in interface org.pentaho.di.core.CheckResultSourceInterface
 
getID() - Method in class org.pentaho.di.core.plugins.Plugin
 
getId() - Method in class org.pentaho.di.core.plugins.PluginLocation
 
getIncrement() - Method in class org.pentaho.di.core.Counter
 
getIndent(int) - Static method in class org.pentaho.di.core.util.StringUtil
 
getIndex() - Method in class org.pentaho.di.core.row.ValueMeta
 
getIndex() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getInputStream(FileObject) - Static method in class org.pentaho.di.core.vfs.KettleVFS
 
getInputStream(String) - Static method in class org.pentaho.di.core.vfs.KettleVFS
 
getInputStreamForFile(String) - Method in interface org.pentaho.di.i18n.LoaderInputStreamProvider
 
getInstance() - Static method in class org.pentaho.di.compatibility.Value
 
getInstance() - Static method in class org.pentaho.di.core.Counters
 
getInstance() - Static method in class org.pentaho.di.core.DBCache
Create the database cache instance by loading it from disk
getInstance() - Static method in class org.pentaho.di.core.logging.LogWriter
 
getInstance(int) - Static method in class org.pentaho.di.core.logging.LogWriter
 
getInstance(String, boolean, int) - Static method in class org.pentaho.di.core.logging.LogWriter
Get a new log instance for the specified file if it is not open yet!
getInstance() - Static method in class org.pentaho.di.core.Props
 
getInstance() - Static method in class org.pentaho.di.core.xml.XMLHandlerCache
 
getInstance() - Static method in class org.pentaho.di.i18n.AbstractMessageHandler
forced override to allow singleton instantiation through dynamic class loader
getInstance() - Static method in class org.pentaho.di.i18n.BaseMessages
 
getInstance() - Static method in class org.pentaho.di.i18n.GlobalMessages
 
getInstance() - Static method in class org.pentaho.di.i18n.LAFMessageHandler
 
getInstance() - Static method in class org.pentaho.di.i18n.LanguageChoice
 
getInstance() - Static method in class org.pentaho.di.laf.BasePropertyHandler
 
getInstance() - Static method in class org.pentaho.di.laf.OverlayPropertyHandler
 
getInstance() - Static method in class org.pentaho.di.version.BuildVersion
 
getInteger(String, long) - Method in class org.pentaho.di.compatibility.Row
Search for a value, if it doesn't occur in the row, return the default value.
getInteger() - Method in class org.pentaho.di.compatibility.Value
Get the long integer representation of this value.
getInteger() - Method in class org.pentaho.di.compatibility.ValueBigNumber
 
getInteger() - Method in class org.pentaho.di.compatibility.ValueBinary
 
getInteger() - Method in class org.pentaho.di.compatibility.ValueBoolean
 
getInteger() - Method in class org.pentaho.di.compatibility.ValueDate
 
getInteger() - Method in class org.pentaho.di.compatibility.ValueInteger
 
getInteger() - Method in interface org.pentaho.di.compatibility.ValueInterface
 
getInteger() - Method in class org.pentaho.di.compatibility.ValueNumber
 
getInteger() - Method in class org.pentaho.di.compatibility.ValueSerializable
 
getInteger() - Method in class org.pentaho.di.compatibility.ValueString
 
getInteger(Object[], int) - Method in class org.pentaho.di.core.row.RowMeta
Get an Integer value from a row of data.
getInteger(Object[], String, Long) - Method in class org.pentaho.di.core.row.RowMeta
 
getInteger(Object[], int) - Method in interface org.pentaho.di.core.row.RowMetaInterface
Get an Integer value from a row of data.
getInteger(Object[], String, Long) - Method in interface org.pentaho.di.core.row.RowMetaInterface
 
getInteger(Object) - Method in class org.pentaho.di.core.row.ValueMeta
 
getInteger(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Convert the supplied data to an Integer
getInteger(String, long) - Method in class org.pentaho.di.core.RowMetaAndData
 
getInteger(int, long) - Method in class org.pentaho.di.core.RowMetaAndData
 
getInteger(String) - Method in class org.pentaho.di.core.RowMetaAndData
 
getInteger(int) - Method in class org.pentaho.di.core.RowMetaAndData
 
getIPAddress() - Static method in class org.pentaho.di.core.Const
Determins the IP address of the machine Kettle is running on.
getIPAddress(String) - Static method in class org.pentaho.di.core.Const
Get the primary IP address tied to a network interface (excluding loop-back etc)
getJarfiles() - Method in class org.pentaho.di.core.plugins.Plugin
 
getJobFilterNames() - Static method in class org.pentaho.di.core.Const
 
getKettleCartePasswordFile() - Static method in class org.pentaho.di.core.Const
Returns the path to the Kettle Carte password file in the home directory:
getKettleDirectory() - Static method in class org.pentaho.di.core.Const
Determines the Kettle directory in the user's home directory.
getKettleLocalCartePasswordFile() - Static method in class org.pentaho.di.core.Const
Returns the path to the Kettle local (current directory) Carte password file:
getKettleLocalRepositoriesFile() - Static method in class org.pentaho.di.core.Const
Returns the path to the Kettle local (current directory) repositories XML file.
getKettleUserRepositoriesFile() - Static method in class org.pentaho.di.core.Const
Returns the full path to the Kettle repositories XML file.
getKeys() - Method in class org.pentaho.di.core.hash.ByteArrayHashMap
 
getLabelText() - Method in interface org.pentaho.di.core.gui.GUIOption
 
getLAFProp(String) - Static method in class org.pentaho.di.laf.OverlayPropertyHandler
 
getLastArguments() - Method in class org.pentaho.di.core.Props
Get the last entered arguments...
getLastChildNr(XMLHandlerCacheEntry) - Method in class org.pentaho.di.core.xml.XMLHandlerCache
Retrieve the last child were we left off...
getLastRepository() - Method in class org.pentaho.di.core.Props
 
getLastRepositoryLogin() - Method in class org.pentaho.di.core.Props
 
getLastValue() - Method in interface org.pentaho.di.core.gui.GUIOption
 
getLayout() - Method in class org.pentaho.di.core.logging.Log4jConsoleAppender
 
getLayout() - Method in class org.pentaho.di.core.logging.Log4jFileAppender
 
getLayout() - Method in class org.pentaho.di.core.logging.Log4jPipedAppender
 
getLayout() - Method in class org.pentaho.di.core.logging.Log4jStringAppender
 
getLayout() - Static method in class org.pentaho.di.core.logging.LogWriter
 
getLength() - Method in class org.pentaho.di.compatibility.Value
Get the length of this Value.
getLength() - Method in class org.pentaho.di.compatibility.ValueBigNumber
 
getLength() - Method in class org.pentaho.di.compatibility.ValueBinary
 
getLength() - Method in class org.pentaho.di.compatibility.ValueBoolean
 
getLength() - Method in class org.pentaho.di.compatibility.ValueDate
 
getLength() - Method in class org.pentaho.di.compatibility.ValueInteger
 
getLength() - Method in interface org.pentaho.di.compatibility.ValueInterface
 
getLength() - Method in class org.pentaho.di.compatibility.ValueNumber
 
getLength() - Method in class org.pentaho.di.compatibility.ValueSerializable
 
getLength() - Method in class org.pentaho.di.compatibility.ValueString
 
getLength() - Method in interface org.pentaho.di.core.gui.TextFileInputFieldInterface
 
getLength() - Method in class org.pentaho.di.core.row.ValueMeta
 
getLength() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getLevel() - Method in class org.pentaho.di.core.logging.Log4jMessage
 
getLevenshtein_Distance(ValueMetaInterface, Object, ValueMetaInterface, Object) - Static method in class org.pentaho.di.core.row.ValueDataUtil
Levenshtein distance (LD) is a measure of the similarity between two strings, which we will refer to as the source string (s) and the target string (t).
getLicenseFilename() - Method in class org.pentaho.di.core.Props
 
getListeners() - Method in class org.pentaho.di.laf.LAFDelegate
 
getLocale() - Static method in class org.pentaho.di.i18n.AbstractMessageHandler
forced override, concrete implementations must provide implementation
getLocale() - Static method in class org.pentaho.di.i18n.GlobalMessages
 
getLocation() - Method in interface org.pentaho.di.core.gui.GUIPositionInterface
 
getLocation() - Method in class org.pentaho.di.core.plugins.PluginLocation
Returns where the plugin xml file is located.
getLogDate() - Method in class org.pentaho.di.core.TimedRow
 
getLogFilter() - Method in class org.pentaho.di.core.Props
 
getLogLevel() - Method in class org.pentaho.di.core.logging.LogWriter
 
getLogLevel(String) - Static method in class org.pentaho.di.core.logging.LogWriter
 
getLogLevel() - Method in class org.pentaho.di.core.Props
 
getLogLevelDesc() - Method in class org.pentaho.di.core.logging.LogWriter
 
getLogLevelDesc(int) - Static method in class org.pentaho.di.core.logging.LogWriter
 
getLogLevelLongDesc() - Method in class org.pentaho.di.core.logging.LogWriter
 
getLogtime() - Method in class org.pentaho.di.core.TimedRow
Get the logging time for this row.
getMACAddress() - Static method in class org.pentaho.di.core.Const
Tries to determine the MAC address of the machine Kettle is running on.
getMajorVersion() - Method in class org.pentaho.di.core.plugins.PluginVersion
 
getMaximum() - Method in class org.pentaho.di.core.Counter
 
getMaxNrLines() - Method in class org.pentaho.di.core.logging.Log4jStringAppender
 
getMaxNrLinesInHistory() - Method in class org.pentaho.di.core.Props
 
getMaxNrLinesInLog() - Method in class org.pentaho.di.core.Props
 
getMessage() - Method in exception org.pentaho.di.core.exception.KettleEOFException
get the messages back to it's origin cause.
getMessage() - Method in exception org.pentaho.di.core.exception.KettleException
get the messages back to it's origin cause.
getMessage() - Method in exception org.pentaho.di.core.exception.KettleFileException
get the messages back to it's origin cause.
getMessage() - Method in exception org.pentaho.di.core.exception.KettleVersionException
get the messages back to it's origin cause.
getMessage() - Method in class org.pentaho.di.core.lifecycle.LifeEventInfo
 
getMessage() - Method in class org.pentaho.di.core.logging.Log4jMessage
 
getMetaXML() - Method in class org.pentaho.di.core.row.RowMeta
 
getMetaXML() - Method in interface org.pentaho.di.core.row.RowMetaInterface
 
getMetaXML() - Method in class org.pentaho.di.core.row.ValueMeta
 
getMetaXML() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getMinorVersion() - Method in class org.pentaho.di.core.plugins.PluginVersion
 
getName() - Method in class org.pentaho.di.compatibility.Value
Obtain the name of a Value
getName() - Method in interface org.pentaho.di.core.CheckResultSourceInterface
 
getName() - Method in interface org.pentaho.di.core.gui.TextFileInputFieldInterface
 
getName() - Method in class org.pentaho.di.core.lifecycle.LifeEventInfo
 
getName() - Method in class org.pentaho.di.core.logging.Log4jConsoleAppender
 
getName() - Method in class org.pentaho.di.core.logging.Log4jFileAppender
 
getName() - Method in class org.pentaho.di.core.logging.Log4jPipedAppender
 
getName() - Method in class org.pentaho.di.core.logging.Log4jStringAppender
 
getName() - Method in class org.pentaho.di.core.row.ValueMeta
 
getName() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getName() - Method in class org.pentaho.di.core.RowSet
 
getName() - Method in class org.pentaho.di.laf.OverlayProperties
 
getName() - Method in interface org.pentaho.di.shared.SharedObjectInterface
 
getNodeAttributes(Node) - Static method in class org.pentaho.di.core.xml.XMLHandler
Get all the attributes in a certain node (on the root level)
getNodeElements(Node) - Static method in class org.pentaho.di.core.xml.XMLHandler
 
getNodeValue(Node) - Static method in class org.pentaho.di.core.xml.XMLHandler
Find the value entry in a node
getNodeWithAttributeValue(Node, String, String, String) - Static method in class org.pentaho.di.core.xml.XMLHandler
Get node child with a certain subtag set to a certain value
getNodeWithTagValue(Node, String, String, String, int) - Static method in class org.pentaho.di.core.xml.XMLHandler
Get node child with a certain subtag set to a certain value
getNonAccessibleFiles() - Method in class org.pentaho.di.core.fileinput.FileInputList
 
getNonExistantFiles() - Method in class org.pentaho.di.core.fileinput.FileInputList
 
getNrErrors() - Method in class org.pentaho.di.core.Result
 
getNrFilesRetrieved() - Method in class org.pentaho.di.core.Result
 
getNrLines() - Method in class org.pentaho.di.core.logging.Log4jStringAppender
 
getNrLinesDeleted() - Method in class org.pentaho.di.core.Result
 
getNrLinesInput() - Method in class org.pentaho.di.core.Result
 
getNrLinesOutput() - Method in class org.pentaho.di.core.Result
 
getNrLinesRead() - Method in class org.pentaho.di.core.Result
 
getNrLinesRejected() - Method in class org.pentaho.di.core.Result
 
getNrLinesUpdated() - Method in class org.pentaho.di.core.Result
 
getNrLinesWritten() - Method in class org.pentaho.di.core.Result
 
getNrUses() - Method in class org.pentaho.di.core.ObjectUsageCount
 
getNumber(String, double) - Method in class org.pentaho.di.compatibility.Row
Search for a value, if it doesn't occur in the row, return the default value.
getNumber() - Method in class org.pentaho.di.compatibility.Value
Get the double precision floating point number of this Value.
getNumber() - Method in class org.pentaho.di.compatibility.ValueBigNumber
 
getNumber() - Method in class org.pentaho.di.compatibility.ValueBinary
 
getNumber() - Method in class org.pentaho.di.compatibility.ValueBoolean
 
getNumber() - Method in class org.pentaho.di.compatibility.ValueDate
 
getNumber() - Method in class org.pentaho.di.compatibility.ValueInteger
 
getNumber() - Method in interface org.pentaho.di.compatibility.ValueInterface
 
getNumber() - Method in class org.pentaho.di.compatibility.ValueNumber
 
getNumber() - Method in class org.pentaho.di.compatibility.ValueSerializable
 
getNumber() - Method in class org.pentaho.di.compatibility.ValueString
 
getNumber(Object[], int) - Method in class org.pentaho.di.core.row.RowMeta
Get a Number value from a row of data.
getNumber(Object[], int) - Method in interface org.pentaho.di.core.row.RowMetaInterface
Get a Number value from a row of data.
getNumber(Object) - Method in class org.pentaho.di.core.row.ValueMeta
 
getNumber(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Convert the supplied data to a Number
getNumber(String, double) - Method in class org.pentaho.di.core.RowMetaAndData
 
getNumber(int, double) - Method in class org.pentaho.di.core.RowMetaAndData
 
getNumberFormats() - Static method in class org.pentaho.di.core.Const
Returning the localized number conversion formats.
getNumberOfBinaryStringConversions() - Method in class org.pentaho.di.core.row.ValueMeta
 
getNumberOfBinaryStringConversions() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getObjectName() - Method in class org.pentaho.di.core.ObjectUsageCount
 
getOccurenceString(String, String) - Static method in class org.pentaho.di.core.Const
Get the number of occurances of searchFor in string.
getOnlyActiveSteps() - Method in class org.pentaho.di.core.Props
 
getOrigin() - Method in class org.pentaho.di.compatibility.Value
Obtain the origin of the step.
getOrigin() - Method in class org.pentaho.di.core.ResultFile
 
getOrigin() - Method in class org.pentaho.di.core.row.ValueMeta
 
getOrigin() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getOriginalColumnType() - Method in class org.pentaho.di.core.row.ValueMeta
 
getOriginalColumnType() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
store original JDBC RecordSetMetaData for later use
getOriginalColumnTypeName() - Method in class org.pentaho.di.core.row.ValueMeta
 
getOriginalColumnTypeName() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getOriginalPrecision() - Method in class org.pentaho.di.core.row.ValueMeta
 
getOriginalPrecision() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getOriginalScale() - Method in class org.pentaho.di.core.row.ValueMeta
 
getOriginalScale() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getOriginParent() - Method in class org.pentaho.di.core.ResultFile
 
getOriginStepCopy() - Method in class org.pentaho.di.core.RowSet
 
getOriginStepName() - Method in class org.pentaho.di.core.RowSet
 
getOS() - Static method in class org.pentaho.di.core.Const
determine the OS name
getOutputStream(FileObject, boolean) - Static method in class org.pentaho.di.core.vfs.KettleVFS
 
getOutputStream(String, boolean) - Static method in class org.pentaho.di.core.vfs.KettleVFS
 
getParameterDefault(String) - Method in interface org.pentaho.di.core.parameters.NamedParams
Get the default value of a parameter.
getParameterDefault(String) - Method in class org.pentaho.di.core.parameters.NamedParamsDefault
 
getParameterDescription(String) - Method in interface org.pentaho.di.core.parameters.NamedParams
Get the description of a parameter.
getParameterDescription(String) - Method in class org.pentaho.di.core.parameters.NamedParamsDefault
 
getParameterValue(String) - Method in interface org.pentaho.di.core.parameters.NamedParams
Get the value of a parameter.
getParameterValue(String) - Method in class org.pentaho.di.core.parameters.NamedParamsDefault
 
getParentNode() - Method in class org.pentaho.di.core.xml.XMLHandlerCacheEntry
 
getParentVariableSpace() - Method in class org.pentaho.di.core.variables.Variables
 
getParentVariableSpace() - Method in interface org.pentaho.di.core.variables.VariableSpace
Get the parent of the variable space.
getPercentageFreeMemory() - Static method in class org.pentaho.di.core.Const
Return the percentage of free memory for this JVM.
getPipedOutputStream() - Method in class org.pentaho.di.core.logging.Log4jPipedAppender
 
getPluginHistory() - Method in class org.pentaho.di.core.Props
Get the list of recently used step
getPointVersion() - Method in class org.pentaho.di.core.plugins.PluginVersion
 
getPosition() - Method in interface org.pentaho.di.core.gui.TextFileInputFieldInterface
 
getPrecision() - Method in class org.pentaho.di.compatibility.Value
get the precision of this Value
getPrecision() - Method in class org.pentaho.di.compatibility.ValueBigNumber
 
getPrecision() - Method in class org.pentaho.di.compatibility.ValueBinary
 
getPrecision() - Method in class org.pentaho.di.compatibility.ValueBoolean
 
getPrecision() - Method in class org.pentaho.di.compatibility.ValueDate
 
getPrecision() - Method in class org.pentaho.di.compatibility.ValueInteger
 
getPrecision() - Method in interface org.pentaho.di.compatibility.ValueInterface
 
getPrecision() - Method in class org.pentaho.di.compatibility.ValueNumber
 
getPrecision() - Method in class org.pentaho.di.compatibility.ValueSerializable
 
getPrecision() - Method in class org.pentaho.di.compatibility.ValueString
 
getPrecision() - Method in class org.pentaho.di.core.row.ValueMeta
 
getPrecision() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getProperty(String) - Method in class org.pentaho.di.core.Props
 
getProperty(String) - Static method in class org.pentaho.di.laf.BasePropertyHandler
return the value of a given key from the properties list
getProperty(String, String) - Static method in class org.pentaho.di.laf.BasePropertyHandler
return the value of a given key from the properties list, returning the defValue string should the key not be found
getProperty(String) - Method in class org.pentaho.di.laf.OverlayPropertyHandler
 
getProperty(String, String) - Method in class org.pentaho.di.laf.OverlayPropertyHandler
 
getProperty(String) - Method in interface org.pentaho.di.laf.PropertyHandler
return the value of a given key from the properties list
getProperty(String, String) - Method in interface org.pentaho.di.laf.PropertyHandler
return the value of a given key from the properties list, returning the defValue string should the key not be found
getRealFilename() - Method in class org.pentaho.di.core.logging.LogWriter
 
getRemainder() - Method in class org.pentaho.di.core.SimpleTokenizer
Get the text that has not yet been tokenized.
getRemoteSlaveServerName() - Method in class org.pentaho.di.core.RowSet
 
getRequiredFilesDescription(List<FileObject>) - Static method in class org.pentaho.di.core.fileinput.FileInputList
 
getResult() - Method in class org.pentaho.di.core.Result
 
getResultFiles() - Method in class org.pentaho.di.core.Result
 
getResultFilesList() - Method in class org.pentaho.di.core.Result
 
getRevision() - Method in class org.pentaho.di.version.BuildVersion
 
getRow(byte[], Row) - Static method in class org.pentaho.di.compatibility.Row
 
getRow() - Method in class org.pentaho.di.core.ResultFile
 
getRow(RowMetaInterface, byte[]) - Static method in class org.pentaho.di.core.row.RowMeta
Create a row of data bases on a serialized format (byte[])
getRow(Node) - Method in class org.pentaho.di.core.row.RowMeta
Convert an XML node into binary data using the row metadata supplied.
getRow(Node) - Method in interface org.pentaho.di.core.row.RowMetaInterface
Convert an XML node into binary data using the row metadata supplied.
getRow() - Method in class org.pentaho.di.core.RowSet
 
getRow() - Method in class org.pentaho.di.core.TimedRow
 
getRowImmediate() - Method in class org.pentaho.di.core.RowSet
get the first row in the list immediately.
getRowMeta() - Method in class org.pentaho.di.core.RowMetaAndData
 
getRowMeta() - Method in class org.pentaho.di.core.RowSet
 
getRows() - Method in class org.pentaho.di.core.Result
 
getRowUnitlSuccess() - Method in class org.pentaho.di.core.RowSet
Wait forever until successfully receive a row.
getRowWait(long, TimeUnit) - Method in class org.pentaho.di.core.RowSet
get the first row in the list immediately if it is available or wait until timeout
getSerializable() - Method in class org.pentaho.di.compatibility.Value
Get the Serializable of this Value.
getSerializable() - Method in class org.pentaho.di.compatibility.ValueBigNumber
 
getSerializable() - Method in class org.pentaho.di.compatibility.ValueBinary
 
getSerializable() - Method in class org.pentaho.di.compatibility.ValueBoolean
 
getSerializable() - Method in class org.pentaho.di.compatibility.ValueDate
 
getSerializable() - Method in class org.pentaho.di.compatibility.ValueInteger
 
getSerializable() - Method in interface org.pentaho.di.compatibility.ValueInterface
 
getSerializable() - Method in class org.pentaho.di.compatibility.ValueNumber
 
getSerializable() - Method in class org.pentaho.di.compatibility.ValueSerializable
 
getSerializable() - Method in class org.pentaho.di.compatibility.ValueString
 
getSettingsFilename() - Method in class org.pentaho.di.i18n.LanguageChoice
 
getSharedObjectsFile() - Static method in class org.pentaho.di.core.Const
Determines the location of the shared objects file
getShort(String, int) - Method in class org.pentaho.di.compatibility.Row
Search for a value, if it doesn't occur in the row, return the default value.
getSignatureShort(String) - Static method in class org.pentaho.di.core.encryption.Encr
 
getSize() - Method in class org.pentaho.di.core.hash.ByteArrayHashIndex
 
getSize() - Method in class org.pentaho.di.core.hash.LongHashIndex
 
getSourceInfo() - Method in class org.pentaho.di.core.CheckResult
 
getSourceInfo() - Method in interface org.pentaho.di.core.CheckResultInterface
 
getSourcePosition() - Method in class org.pentaho.di.core.SourceToTargetMapping
 
getSourceString(String[]) - Method in class org.pentaho.di.core.SourceToTargetMapping
 
getStackTracker(Throwable) - Static method in class org.pentaho.di.core.Const
Returns a string of the stack trace of the specified exception
getStart() - Method in class org.pentaho.di.core.Counter
 
getState() - Method in class org.pentaho.di.core.lifecycle.LifeEventInfo
 
getStorageMetadata() - Method in class org.pentaho.di.core.row.ValueMeta
 
getStorageMetadata() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getStorageType() - Method in class org.pentaho.di.core.row.ValueMeta
 
getStorageType(String) - Static method in class org.pentaho.di.core.row.ValueMeta
Convert the String description of a storage type to an integer type.
getStorageType() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getStorageTypeCode(int) - Static method in class org.pentaho.di.core.row.ValueMeta
 
getStorageTypeDesc() - Method in class org.pentaho.di.core.row.ValueMeta
Return the storage type of a value in a textual form: "normal", "binary-string", "indexes"
getString(String) - Static method in class org.pentaho.di.compatibility.Messages
 
getString(String, String) - Static method in class org.pentaho.di.compatibility.Messages
 
getString(String, String, String) - Static method in class org.pentaho.di.compatibility.Messages
 
getString(String, String, String, String) - Static method in class org.pentaho.di.compatibility.Messages
 
getString(String, String, String, String, String) - Static method in class org.pentaho.di.compatibility.Messages
 
getString(String, String, String, String, String, String) - Static method in class org.pentaho.di.compatibility.Messages
 
getString(String, String, String, String, String, String, String) - Static method in class org.pentaho.di.compatibility.Messages
 
getString(String, String) - Method in class org.pentaho.di.compatibility.Row
Search for a value, if it doesn't occur in the row, return the default value.
getString() - Method in class org.pentaho.di.compatibility.Value
Get the String text representing this value.
getString() - Method in class org.pentaho.di.compatibility.ValueBigNumber
 
getString() - Method in class org.pentaho.di.compatibility.ValueBinary
 
getString() - Method in class org.pentaho.di.compatibility.ValueBoolean
 
getString() - Method in class org.pentaho.di.compatibility.ValueDate
 
getString() - Method in class org.pentaho.di.compatibility.ValueInteger
 
getString() - Method in interface org.pentaho.di.compatibility.ValueInterface
 
getString() - Method in class org.pentaho.di.compatibility.ValueNumber
 
getString() - Method in class org.pentaho.di.compatibility.ValueSerializable
 
getString() - Method in class org.pentaho.di.compatibility.ValueString
 
getString(String) - Static method in class org.pentaho.di.core.logging.Messages
 
getString(String, String) - Static method in class org.pentaho.di.core.logging.Messages
 
getString(String, String, String) - Static method in class org.pentaho.di.core.logging.Messages
 
getString(String, String, String, String) - Static method in class org.pentaho.di.core.logging.Messages
 
getString(String, String, String, String, String) - Static method in class org.pentaho.di.core.logging.Messages
 
getString(String, String, String, String, String, String) - Static method in class org.pentaho.di.core.logging.Messages
 
getString(String, String, String, String, String, String, String) - Static method in class org.pentaho.di.core.logging.Messages
 
getString(String) - Static method in class org.pentaho.di.core.Messages
 
getString(String, String) - Static method in class org.pentaho.di.core.Messages
 
getString(String, String, String) - Static method in class org.pentaho.di.core.Messages
 
getString(String, String, String, String) - Static method in class org.pentaho.di.core.Messages
 
getString(String, String, String, String, String) - Static method in class org.pentaho.di.core.Messages
 
getString(String, String, String, String, String, String) - Static method in class org.pentaho.di.core.Messages
 
getString(String, String, String, String, String, String, String) - Static method in class org.pentaho.di.core.Messages
 
getString(Object[], int) - Method in class org.pentaho.di.core.row.RowMeta
Get a String value from a row of data.
getString(Object[], String, String) - Method in class org.pentaho.di.core.row.RowMeta
 
getString(Object[]) - Method in class org.pentaho.di.core.row.RowMeta
Get the string representation of the data in a row of data
getString(Object[], int) - Method in interface org.pentaho.di.core.row.RowMetaInterface
Get a String value from a row of data.
getString(Object[], String, String) - Method in interface org.pentaho.di.core.row.RowMetaInterface
 
getString(Object[]) - Method in interface org.pentaho.di.core.row.RowMetaInterface
Get the string representation of the data in a row of data
getString(Object) - Method in class org.pentaho.di.core.row.ValueMeta
 
getString(Object) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Convert the supplied data to a String
getString(String, String) - Method in class org.pentaho.di.core.RowMetaAndData
 
getString(int, String) - Method in class org.pentaho.di.core.RowMetaAndData
 
getString(String) - Static method in class org.pentaho.di.core.util.Messages
 
getString(String, String) - Static method in class org.pentaho.di.core.util.Messages
 
getString(String, String, String) - Static method in class org.pentaho.di.core.util.Messages
 
getString(String, String, String, String) - Static method in class org.pentaho.di.core.util.Messages
 
getString(String, String, String, String, String) - Static method in class org.pentaho.di.core.util.Messages
 
getString(String, String, String, String, String, String) - Static method in class org.pentaho.di.core.util.Messages
 
getString(String, String, String, String, String, String, String) - Static method in class org.pentaho.di.core.util.Messages
 
getString(String) - Static method in class org.pentaho.di.core.vfs.Messages
 
getString(String, String) - Static method in class org.pentaho.di.core.vfs.Messages
 
getString(String, String, String) - Static method in class org.pentaho.di.core.vfs.Messages
 
getString(String, String, String, String) - Static method in class org.pentaho.di.core.vfs.Messages
 
getString(String, String, String, String, String) - Static method in class org.pentaho.di.core.vfs.Messages
 
getString(String, String, String, String, String, String) - Static method in class org.pentaho.di.core.vfs.Messages
 
getString(String, String, String, String, String, String, String) - Static method in class org.pentaho.di.core.vfs.Messages
 
getString() - Static method in class org.pentaho.di.core.xml.XMLHandler
 
getString(String) - Static method in class org.pentaho.di.i18n.BaseMessages
 
getString(String, String) - Static method in class org.pentaho.di.i18n.BaseMessages
 
getString(String, String, String) - Static method in class org.pentaho.di.i18n.BaseMessages
 
getString(String, String, String, String) - Static method in class org.pentaho.di.i18n.BaseMessages
 
getString(String, String, String, String, String) - Static method in class org.pentaho.di.i18n.BaseMessages
 
getString(String, String, String, String, String, String) - Static method in class org.pentaho.di.i18n.BaseMessages
 
getString(String, String, String, String, String, String, String) - Static method in class org.pentaho.di.i18n.BaseMessages
 
getString(String, String, String, String, String, String, String, String) - Static method in class org.pentaho.di.i18n.BaseMessages
 
getString(String) - Method in class org.pentaho.di.i18n.GlobalMessages
 
getString(String, String) - Method in class org.pentaho.di.i18n.GlobalMessages
 
getString(String, String, String) - Method in class org.pentaho.di.i18n.GlobalMessages
 
getString(String, String, String, String) - Method in class org.pentaho.di.i18n.GlobalMessages
 
getString(String, String, String, String, String) - Method in class org.pentaho.di.i18n.GlobalMessages
 
getString(String, String, String, String, String, String) - Method in class org.pentaho.di.i18n.GlobalMessages
 
getString(String, String, String, String, String, String, String) - Method in class org.pentaho.di.i18n.GlobalMessages
 
getString(String, String, String, String, String, String, String, String) - Method in class org.pentaho.di.i18n.GlobalMessages
 
getString(ResourceBundle, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
 
getString(ResourceBundle, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
 
getString(ResourceBundle, String, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
 
getString(ResourceBundle, String, String, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
 
getString(ResourceBundle, String, String, String, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
 
getString(ResourceBundle, String, String, String, String, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
 
getString(ResourceBundle, String, String, String, String, String, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessageUtil
 
getString(String) - Method in interface org.pentaho.di.i18n.MessageHandler
get a key from the default (System global) bundle
getString(String, String) - Method in interface org.pentaho.di.i18n.MessageHandler
get a key from the defined package bundle, by key
getString(String, String, String) - Method in interface org.pentaho.di.i18n.MessageHandler
get a key from the defined package bundle, by key
getString(String, String, String, String) - Method in interface org.pentaho.di.i18n.MessageHandler
get a key from the defined package bundle, by key
getString(String, String, String, String, String) - Method in interface org.pentaho.di.i18n.MessageHandler
get a key from the defined package bundle, by key
getString(String, String, String, String, String, String) - Method in interface org.pentaho.di.i18n.MessageHandler
get a key from the defined package bundle, by key
getString(String, String, String, String, String, String, String) - Method in interface org.pentaho.di.i18n.MessageHandler
get a key from the defined package bundle, by key
getString(String, String, String, String, String, String, String, String) - Method in interface org.pentaho.di.i18n.MessageHandler
get a key from the defined package bundle, by key
getStringEncoding() - Method in class org.pentaho.di.core.row.ValueMeta
 
getStringEncoding() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getStringLength() - Method in class org.pentaho.di.compatibility.Value
Get the length of the String representing this value.
getSubject() - Method in class org.pentaho.di.core.logging.Log4jMessage
 
getSubNode(Node, String) - Static method in class org.pentaho.di.core.xml.XMLHandler
Search for a subnode in the node with a certain tag.
getSubNode(Node, String, String) - Static method in class org.pentaho.di.core.xml.XMLHandler
Search a node for a child of child
getSubNodeByNr(Node, String, int) - Static method in class org.pentaho.di.core.xml.XMLHandler
Get a subnode in a node by nr.
This method uses caching and assumes you loop over subnodes in sequential order (nr is increasing by 1 each call)
getSubNodeByNr(Node, String, int, boolean) - Static method in class org.pentaho.di.core.xml.XMLHandler
Get a subnode in a node by nr.
It optially allows you to use caching.
Caching assumes that you loop over subnodes in sequential order (nr is increasing by 1 each call)
getSuperMessage() - Method in exception org.pentaho.di.core.exception.KettleException
 
getSuperMessage() - Method in exception org.pentaho.di.core.exception.KettleVersionException
 
getSystemProperty(String, String) - Static method in class org.pentaho.di.core.util.EnvUtil
This method is written especially for weird JVM's like
getSystemProperty(String) - Static method in class org.pentaho.di.core.util.EnvUtil
 
getSystemPropertyStripQuotes(String, String) - Static method in class org.pentaho.di.core.util.EnvUtil
This method is written especially for weird JVM's like IBM's on AIX and OS/400.
getSystemString(String) - Static method in class org.pentaho.di.i18n.GlobalMessages
Deprecated. As of build 4512, replaced by and #getString(String)
getSystemString(String, String) - Static method in class org.pentaho.di.i18n.GlobalMessages
Deprecated. As of build 4512, replaced by and #getString(String, String)
getSystemString(String, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessages
Deprecated. As of build 4512, replaced by and #getString(String, String, String)
getSystemString(String, String, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessages
Deprecated. As of build 4512, replaced by and #getString(String, String, String, String)
getSystemString(String, String, String, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessages
Deprecated. As of build 4512, replaced by and #getString(String, String, String, String, String)
getSystemString(String, String, String, String, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessages
Deprecated. As of build 4512, replaced by and #getString(String, String, String, String, String, String)
getSystemString(String, String, String, String, String, String, String) - Static method in class org.pentaho.di.i18n.GlobalMessages
Deprecated. As of build 4512, replaced by and #getString(String, String, String, String, String, String, String)
getTag() - Method in class org.pentaho.di.core.xml.XMLHandlerCacheEntry
 
getTagAttribute(Node, String) - Static method in class org.pentaho.di.core.xml.XMLHandler
 
getTagValue(Node, String) - Static method in class org.pentaho.di.core.xml.XMLHandler
Get the value of a tag in a node
getTagValue(Node, String, String) - Static method in class org.pentaho.di.core.xml.XMLHandler
Search a node for a certain tag, in that subnode search for a certain subtag.
getTagValueWithAttribute(Node, String, String) - Static method in class org.pentaho.di.core.xml.XMLHandler
Get the value of a tag in a node
getTargetPosition() - Method in class org.pentaho.di.core.SourceToTargetMapping
 
getTargetString(String[]) - Method in class org.pentaho.di.core.SourceToTargetMapping
 
getText() - Method in class org.pentaho.di.core.CheckResult
 
getText() - Method in interface org.pentaho.di.core.CheckResultInterface
 
getTextFileContent(String, String) - Static method in class org.pentaho.di.core.vfs.KettleVFS
Read a text file (like an XML document).
getTimestamp() - Method in class org.pentaho.di.core.ResultFile
 
getTips() - Static method in class org.pentaho.di.core.Const
Returning the internationalized tips of the days.
getTooltip() - Method in class org.pentaho.di.core.plugins.Plugin
 
getTransformationAndJobFilterNames() - Static method in class org.pentaho.di.core.Const
 
getTransformationFilterNames() - Static method in class org.pentaho.di.core.Const
 
getTrimType() - Method in class org.pentaho.di.core.row.ValueMeta
 
getTrimType() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getTrimTypeByCode(String) - Static method in class org.pentaho.di.core.row.ValueMeta
 
getTrimTypeByDesc(String) - Static method in class org.pentaho.di.core.row.ValueMeta
 
getTrimTypeCode(int) - Static method in class org.pentaho.di.core.row.ValueMeta
 
getTrimTypeCodes() - Static method in class org.pentaho.di.core.row.ValueMeta
 
getTrimTypeDesc(int) - Static method in class org.pentaho.di.core.row.ValueMeta
 
getTrimTypeDescriptions() - Static method in class org.pentaho.di.core.row.ValueMeta
 
getType() - Method in class org.pentaho.di.compatibility.Value
Returns the type of this Value
getType(String) - Static method in class org.pentaho.di.compatibility.Value
Convert the String description of a type to an integer type.
getType() - Method in class org.pentaho.di.compatibility.ValueBigNumber
 
getType() - Method in class org.pentaho.di.compatibility.ValueBinary
 
getType() - Method in class org.pentaho.di.compatibility.ValueBoolean
 
getType() - Method in class org.pentaho.di.compatibility.ValueDate
 
getType() - Method in class org.pentaho.di.compatibility.ValueInteger
 
getType() - Method in interface org.pentaho.di.compatibility.ValueInterface
 
getType() - Method in class org.pentaho.di.compatibility.ValueNumber
 
getType() - Method in class org.pentaho.di.compatibility.ValueSerializable
 
getType() - Method in class org.pentaho.di.compatibility.ValueString
 
getType() - Method in class org.pentaho.di.core.CheckResult
 
getType() - Method in interface org.pentaho.di.core.CheckResultInterface
 
getType() - Method in interface org.pentaho.di.core.gui.GUIOption
 
getType() - Method in class org.pentaho.di.core.logging.LogWriter
 
getType() - Method in class org.pentaho.di.core.plugins.Plugin
 
getType() - Method in class org.pentaho.di.core.Props
 
getType() - Method in class org.pentaho.di.core.ResultFile
 
getType(String) - Static method in class org.pentaho.di.core.ResultFile
Search for the result file type, looking in both the descriptions (i18n depending) and the codes
getType() - Method in class org.pentaho.di.core.row.ValueMeta
 
getType(String) - Static method in class org.pentaho.di.core.row.ValueMeta
Convert the String description of a type to an integer type.
getType() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
 
getTypeCode() - Method in class org.pentaho.di.core.ResultFile
 
getTypeCode(int) - Static method in class org.pentaho.di.core.ResultFile
 
getTypeDesc() - Method in class org.pentaho.di.compatibility.Value
Return the type of a value in a textual form: "String", "Number", "Integer", "Boolean", "Date", ...
getTypeDesc(int) - Static method in class org.pentaho.di.compatibility.Value
Return the type of a value in a textual form: "String", "Number", "Integer", "Boolean", "Date", ...
getTypeDesc() - Method in class org.pentaho.di.compatibility.ValueBigNumber
 
getTypeDesc() - Method in class org.pentaho.di.compatibility.ValueBinary
 
getTypeDesc() - Method in class org.pentaho.di.compatibility.ValueBoolean
 
getTypeDesc() - Method in class org.pentaho.di.compatibility.ValueDate
 
getTypeDesc() - Method in class org.pentaho.di.compatibility.ValueInteger
 
getTypeDesc() - Method in interface org.pentaho.di.compatibility.ValueInterface
 
getTypeDesc() - Method in class org.pentaho.di.compatibility.ValueNumber
 
getTypeDesc() - Method in class org.pentaho.di.compatibility.ValueSerializable
 
getTypeDesc() - Method in class org.pentaho.di.compatibility.ValueString
 
getTypeDesc() - Method in class org.pentaho.di.core.CheckResult
 
getTypeDesc() - Method in interface org.pentaho.di.core.CheckResultInterface
 
getTypeDesc() - Method in class org.pentaho.di.core.ResultFile
 
getTypeDesc(int) - Static method in class org.pentaho.di.core.ResultFile
 
getTypeDesc() - Method in class org.pentaho.di.core.row.ValueMeta
Return the type of a value in a textual form: "String", "Number", "Integer", "Boolean", "Date", ...
getTypeDesc(int) - Static method in class org.pentaho.di.core.row.ValueMeta
TODO: change Desc to Code all over the place.
getTypeDesc() - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Return the type of a value in a textual form: "String", "Number", "Integer", "Boolean", "Date", ...
getTypeId() - Method in interface org.pentaho.di.core.CheckResultSourceInterface
 
getTypes() - Static method in class org.pentaho.di.compatibility.Value
get an array of String describing the possible types a Value can have.
getTypes() - Static method in class org.pentaho.di.core.row.ValueMeta
get an array of String describing the possible types a Value can have.
getUpdateCounts() - Method in exception org.pentaho.di.core.exception.KettleDatabaseBatchException
 
getUsedValueListeners() - Method in class org.pentaho.di.compatibility.Row
 
getUsedVariables(String, List<String>, boolean) - Static method in class org.pentaho.di.core.util.StringUtil
 
getUUID() - Static method in class org.pentaho.di.core.util.UUIDUtil
 
getUUID4AsString() - Method in class org.pentaho.di.core.util.UUID4Util
Generates a string representation of a version four UUID.
getUUIDAsString() - Static method in class org.pentaho.di.core.util.UUIDUtil
 
getValue(int) - Method in class org.pentaho.di.compatibility.Row
Get the value on a given position in the row.
getValue(OgnlContext, Object) - Method in class org.pentaho.di.core.config.OgnlExpression
 
getValue(Node) - Method in class org.pentaho.di.core.row.ValueMeta
Convert a data XML node to an Object that corresponds to the metadata.
getValue(Node) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Convert a data XML node to an Object that corresponds to the metadata.
getValueData(Value) - Method in class org.pentaho.di.core.row.ValueMeta
Extracts the primitive data from an old style Value object
getValueData() - Method in class org.pentaho.di.core.row.ValueMetaAndData
 
getValueData(Value) - Method in interface org.pentaho.di.core.row.ValueMetaInterface
Extracts the primitive data from an old style Value object
getValueInterface() - Method in class org.pentaho.di.compatibility.Value
 
getValueMeta(int) - Method in class org.pentaho.di.core.row.RowMeta
Get the value metadata on the specified index.
getValueMeta(int) - Method in interface org.pentaho.di.core.row.RowMetaInterface
Get the value metadata on the specified index.
getValueMeta() - Method in class org.pentaho.di.core.row.ValueMetaAndData
 
getValueMeta(int) - Method in class org.pentaho.di.core.RowMetaAndData
 
getValueMetaList() - Method in class org.pentaho.di.core.row.RowMeta
 
getValueMetaList() - Method in interface org.pentaho.di.core.row.RowMetaInterface
 
getVariable(String, String) - Method in class org.pentaho.di.core.variables.Variables
 
getVariable(String) - Method in class org.pentaho.di.core.variables.Variables
 
getVariable(String, String) - Method in interface org.pentaho.di.core.variables.VariableSpace
Get the value of a variable with a default in case the variable is not found.
getVariable(String) - Method in interface org.pentaho.di.core.variables.VariableSpace
Get the value of a variable.
getVersion() - Method in class org.pentaho.di.version.BuildVersion
 
getWidth() - Method in interface org.pentaho.di.core.gui.GUISizeInterface
 
getXML() - Method in class org.pentaho.di.compatibility.Row
Return the XML representation of a row.
getXML() - Method in class org.pentaho.di.compatibility.Value
Produce the XML representation of this value.
getXML() - Method in class org.pentaho.di.core.Result
 
getXML() - Method in class org.pentaho.di.core.ResultFile
 
getXML() - Method in class org.pentaho.di.core.row.ValueMetaAndData
Produce the XML representation of this value.
getXML() - Method in interface org.pentaho.di.core.xml.XMLInterface
 
getXML() - Method in interface org.pentaho.di.shared.SharedObjectInterface
 
getXMLHeader() - Static method in class org.pentaho.di.core.xml.XMLHandler
The header string to specify encoding in UTF-8 for XML files
getXMLHeader(String) - Static method in class org.pentaho.di.core.xml.XMLHandler
The header string to specify encoding in an XML file
GlobalMessages - Class in org.pentaho.di.i18n
 
GlobalMessages() - Constructor for class org.pentaho.di.i18n.GlobalMessages
TODO: extend from abstract class to ensure singleton status and migrate instantiation to class controlled private
GlobalMessageUtil - Class in org.pentaho.di.i18n
 
GlobalMessageUtil() - Constructor for class org.pentaho.di.i18n.GlobalMessageUtil
 
greater(Value) - Method in class org.pentaho.di.compatibility.Value
 
greater_equal(Value) - Method in class org.pentaho.di.compatibility.Value
 
GUIOption<E> - Interface in org.pentaho.di.core.gui
Classes implementing this interface have a chance to manage their internal representation states using the options dialog in Kettle.
GUIOption.DisplayType - Enum in org.pentaho.di.core.gui
How the GUI should display the preference represented by this class.
GUIPositionInterface - Interface in org.pentaho.di.core.gui
 
GUISizeInterface - Interface in org.pentaho.di.core.gui
 

A B C D E F G H I J K L M N O P R S T U V W X Y