nl.lxtreme.ols.util
Interface HostProperties

All Known Implementing Classes:
HostResourceProperties

public interface HostProperties


Method Summary
 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.
 

Method Detail

getExecutionEnvironment

String getExecutionEnvironment()
Returns:

getFullName

String getFullName()
Returns the current value of fullName.

Returns:
the fullName

getOSName

String getOSName()
Returns:

getOSVersion

String getOSVersion()
Returns:

getProcessor

String getProcessor()
Returns:

getReportIncidentAddress

String getReportIncidentAddress()
Returns the email address to use for reporting incidents.

Returns:
a report incident email address, never null.

getShortName

String getShortName()
Returns the current value of shortName.

Returns:
the shortName

getVersion

String getVersion()
Returns the version of the client.

Returns:
a version string, never null.

isDebugMode

boolean isDebugMode()
Returns whether or not debugging is enabled.

Useful for additional checks, logging and so on.

Returns:
true if debug mode is enabled, false otherwise.


Copyright © 2012 L'Xtreme IT consultancy. All Rights Reserved.