Class PluginInterfaceImpl.propertyWrapper

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,​java.lang.Object>
    Enclosing class:
    PluginInterfaceImpl

    protected class PluginInterfaceImpl.propertyWrapper
    extends java.util.Properties
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean initialising  
      • Fields inherited from class java.util.Properties

        defaults
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected propertyWrapper​(java.util.Properties _props)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object get​(java.lang.Object key)  
      java.lang.Object put​(java.lang.Object key, java.lang.Object value)  
      java.lang.Object setProperty​(java.lang.String str, java.lang.String val)  
      • Methods inherited from class java.util.Properties

        clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • initialising

        protected boolean initialising
    • Constructor Detail

      • propertyWrapper

        protected propertyWrapper​(java.util.Properties _props)
    • Method Detail

      • setProperty

        public java.lang.Object setProperty​(java.lang.String str,
                                            java.lang.String val)
        Overrides:
        setProperty in class java.util.Properties
      • put

        public java.lang.Object put​(java.lang.Object key,
                                    java.lang.Object value)
        Specified by:
        put in interface java.util.Map<java.lang.Object,​java.lang.Object>
        Overrides:
        put in class java.util.Properties
      • get

        public java.lang.Object get​(java.lang.Object key)
        Specified by:
        get in interface java.util.Map<java.lang.Object,​java.lang.Object>
        Overrides:
        get in class java.util.Properties