Class ProfileContext

  • All Implemented Interfaces:
    IProfileContext

    public class ProfileContext
    extends java.lang.Object
    implements IProfileContext
    This class implements the profile context.
    Version:
    $Revision$, $Date$
    • Constructor Summary

      Constructors 
      Constructor Description
      ProfileContext()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String get​(java.lang.String name)
      Retrieves a value from the context.
      void set​(java.lang.String name, java.lang.String value)
      Sets a value into the context.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProfileContext

        public ProfileContext()
    • Method Detail

      • set

        public void set​(java.lang.String name,
                        java.lang.String value)
        Description copied from interface: IProfileContext
        Sets a value into the context.
        Specified by:
        set in interface IProfileContext
        Parameters:
        name - property name
        value - property value
      • get

        public java.lang.String get​(java.lang.String name)
        Description copied from interface: IProfileContext
        Retrieves a value from the context.
        Specified by:
        get in interface IProfileContext
        Parameters:
        name - property name
        Returns:
        property value