Uses of Class
org.pentaho.di.core.ResultFile
Packages that use ResultFile
-
Uses of ResultFile in org.pentaho.di.core
Methods in org.pentaho.di.core that return ResultFileMethods in org.pentaho.di.core that return types with arguments of type ResultFileModifier 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 ResultFileMethod parameters in org.pentaho.di.core with type arguments 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