类 PropertiesPropertySource

    • 字段概要

      字段 
      修饰符和类型 字段 说明
      private java.util.Properties properties  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      (专用程序包) java.lang.String getProperty​(java.lang.String key)
      get property, if the value can not be got by the special key, the null will be returned.
      (专用程序包) SourceType getType()
      get property's type.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • properties

        private final java.util.Properties properties
    • 构造器详细资料

      • PropertiesPropertySource

        PropertiesPropertySource​(java.util.Properties properties)