public interface HostProperties
Modifier and Type | Method and Description |
---|---|
String |
getExecutionEnvironment() |
String |
getFullName()
Returns the current value of fullName.
|
String |
getOSName() |
String |
getOSVersion() |
String |
getProcessor() |
String |
getReportIncidentAddress()
Returns the email address to use for reporting incidents.
|
String |
getShortName()
Returns the current value of shortName.
|
String |
getVersion()
Returns the version of the client.
|
boolean |
isDebugMode()
Returns whether or not debugging is enabled.
|
String getExecutionEnvironment()
String getFullName()
String getOSName()
String getOSVersion()
String getProcessor()
String getReportIncidentAddress()
null
.String getShortName()
String getVersion()
null
.boolean isDebugMode()
Useful for additional checks, logging and so on.
true
if debug mode is enabled, false
otherwise.Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.