Skip navigation links
org.gvsig.tools.util

Class PropertiesSupportHelper

    • Constructor Detail

      • PropertiesSupportHelper

        public PropertiesSupportHelper()
    • Method Detail

      • clone

        public PropertiesSupportHelper clone()
                                      throws java.lang.CloneNotSupportedException
        Description copied from interface: Cloneable
        Creates a copy of the object.
        Overrides:
        clone in class java.lang.Object
        Returns:
        a copy of the object
        Throws:
        java.lang.CloneNotSupportedException - if the instance of the object cannot be cloned. As this is extending Cloneable so its sure it implements it, so this exception may be used for problems on specific object instances.
        See Also:
        Object#clone()}.
      • setProperty

        public void setProperty(java.lang.String key,
                                java.lang.Object val)
        Specified by:
        setProperty in interface PropertiesSupport
      • getProperties

        public java.util.Map<java.lang.String,java.lang.Object> getProperties()
        Specified by:
        getProperties in interface PropertiesSupport
      • setProperties

        public void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
      • copyFrom

        protected void copyFrom(java.util.Map<java.lang.String,java.lang.Object> properties)
      • registerPersistence

        public static void registerPersistence()