javacommons/utils/javasrc/com/nokia/mj/impl/rt/DynamicProperty.java
changeset 80 d6dafc5d983f
parent 26 dc7c549001d5
equal deleted inserted replaced
78:71ad690e91f5 80:d6dafc5d983f
    19 package com.nokia.mj.impl.rt;
    19 package com.nokia.mj.impl.rt;
    20 
    20 
    21 /**
    21 /**
    22  * Interface for accessing configuration dependent system property extension
    22  * Interface for accessing configuration dependent system property extension
    23  * mechanism.
    23  * mechanism.
       
    24  * The package visiblity is set to public for unit testing purposes.
    24  */
    25  */
    25 
    26 
    26 interface DynamicProperty
    27 public interface DynamicProperty
    27 {
    28 {
    28     /**
    29     /**
    29      * Adds the defined system property containing all the system
    30      * Adds the defined system property containing all the system
    30      * properties. The value is set as is without any escaping.
    31      * properties. The value is set as is without any escaping.
    31      * The semanitc is equivalent to Hashtable.put() method.
    32      * The semanitc is equivalent to Hashtable.put() method.