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