Package jmri.jmrit.mailreport
Class ReportContext
java.lang.Object
jmri.jmrit.mailreport.ReportContext
Provide the JMRI context info.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) voidaddProperty(String prop) voidProvide screen - size information.(package private) voidgetReport(boolean reportNetworkInfo) Provide a report of the current JMRI context
-
Field Details
-
report
-
-
Constructor Details
-
ReportContext
public ReportContext()
-
-
Method Details
-
getReport
Provide a report of the current JMRI context- Parameters:
reportNetworkInfo- true if network connection and zeroconf service information to be included- Returns:
- current JMRI context
-
addString
-
addProperty
-
addEarlyInitializationPreferences
-
addScreenSize
Provide screen - size information. This is based on the jmri.util.JmriJFrame calculation, but isn't refactored to there because we also want diagnostic info
-