Package org.eclipse.mat.query.results
Class DisplayFileResult
- java.lang.Object
-
- org.eclipse.mat.query.results.DisplayFileResult
-
-
Constructor Summary
Constructors Constructor Description DisplayFileResult(File file)
Create a report from a saved report file
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getFile()
Get the file used to generate this report.ResultMetaData
getResultMetaData()
Get the meta dataString
toString()
-
-
-
Constructor Detail
-
DisplayFileResult
public DisplayFileResult(File file)
Create a report from a saved report file- Parameters:
file
- the file
-
-
Method Detail
-
getResultMetaData
public ResultMetaData getResultMetaData()
Get the meta data- Specified by:
getResultMetaData
in interfaceIResult
- Returns:
- null
-
getFile
public File getFile()
Get the file used to generate this report.- Returns:
- the file
-
-