TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.report.core.provisional
Class RuntimeContextImpl

java.lang.Object
  extended byorg.eclipse.tptp.platform.report.core.provisional.RuntimeContextImpl
All Implemented Interfaces:
IRuntimeContext

public class RuntimeContextImpl
extends java.lang.Object
implements IRuntimeContext

Concrete class that implements the IRuntimeContext interface.

See Also:
IRuntimeContext

Field Summary
protected  java.util.Locale locale
           
protected  java.lang.String resourceBundle
           
protected  java.util.TimeZone timeZone
           
 
Constructor Summary
RuntimeContextImpl()
           
 
Method Summary
 java.util.Locale getLocale()
          Returns the locale of the runtime context.
 java.lang.String getResourceBundle()
          Resource bundle that contains externalized strings.
 java.util.TimeZone getTimeZone()
          Returns the time zone of the runtime context.
 void setLocale(java.util.Locale locale)
          Sets the locale of the runtime context.
 void setResourceBundle(java.lang.String resourceBundle)
          Sets the resource bundle that contains externalized strings.
 void setTimeZone(java.util.TimeZone timeZone)
          Sets the time zone of the runtime context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

locale

protected java.util.Locale locale

timeZone

protected java.util.TimeZone timeZone

resourceBundle

protected java.lang.String resourceBundle
Constructor Detail

RuntimeContextImpl

public RuntimeContextImpl()
Method Detail

getTimeZone

public java.util.TimeZone getTimeZone()
Description copied from interface: IRuntimeContext
Returns the time zone of the runtime context.

Specified by:
getTimeZone in interface IRuntimeContext
Returns:
the time zone of the runtime context.

setTimeZone

public void setTimeZone(java.util.TimeZone timeZone)
Description copied from interface: IRuntimeContext
Sets the time zone of the runtime context.

Specified by:
setTimeZone in interface IRuntimeContext
Parameters:
timeZone -

getLocale

public java.util.Locale getLocale()
Description copied from interface: IRuntimeContext
Returns the locale of the runtime context.

Specified by:
getLocale in interface IRuntimeContext
Returns:
the locale of the runtime context.

setLocale

public void setLocale(java.util.Locale locale)
Description copied from interface: IRuntimeContext
Sets the locale of the runtime context.

Specified by:
setLocale in interface IRuntimeContext
Parameters:
locale -

getResourceBundle

public java.lang.String getResourceBundle()
Description copied from interface: IRuntimeContext
Resource bundle that contains externalized strings.

Specified by:
getResourceBundle in interface IRuntimeContext
Returns:

setResourceBundle

public void setResourceBundle(java.lang.String resourceBundle)
Description copied from interface: IRuntimeContext
Sets the resource bundle that contains externalized strings.

Specified by:
setResourceBundle in interface IRuntimeContext
Parameters:
resourceBundle -

TPTP 4.1.0 Platform Project
Public API Specification