Uses of Class
org.pentaho.di.core.ResultFile
-
Uses of ResultFile in org.pentaho.di.core
Modifier and TypeMethodDescriptionResult.getResultFiles()
Returns the result files as a Map with the filename as key and the ResultFile object as valueResult.getResultFilesList()
Returns the result files as a List of type ResultFileModifier and TypeMethodDescriptionvoid
Result.setResultFiles
(Map<String, ResultFile> usedFiles) Sets the result files for this Result to the specified Map of ResultFile objects