Uses of Class
org.pentaho.di.core.ResultFile

Packages that use ResultFile
org.pentaho.di.core   
 

Uses of ResultFile in org.pentaho.di.core
 

Methods in org.pentaho.di.core that return types with arguments of type ResultFile
 Map<String,ResultFile> Result.getResultFiles()
           
 List<ResultFile> Result.getResultFilesList()
           
 

Method parameters in org.pentaho.di.core with type arguments of type ResultFile
 void Result.setResultFiles(Map<String,ResultFile> usedFiles)