| Package | Description | 
|---|---|
| org.pentaho.di.core | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,ResultFile> | 
Result.getResultFiles()
Returns the result files as a Map with the filename as key and the ResultFile object as value 
 | 
List<ResultFile> | 
Result.getResultFilesList()
Returns the result files as a List of type ResultFile 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Result.setResultFiles(Map<String,ResultFile> usedFiles)
Sets the result files for this Result to the specified Map of ResultFile objects 
 |