Class Resources.StringProp

  • Enclosing class:
    Resources

    public static class Resources.StringProp
    extends Resources.Prop
    String property instance.
    • Field Detail

      • defaultValue

        private final java.lang.String defaultValue
    • Method Detail

      • get

        public java.lang.String get()
        Returns the value of this String property.
      • get

        public java.lang.String get​(java.lang.String defaultValue)
        Returns the value of this String property, returning the given default value if the property is not set.
      • defaultValue

        public java.lang.String defaultValue()