Interface PropertiesUtil.Adder

  • All Known Implementing Classes:
    PropertiesUtil.PrefixAdder
    Enclosing class:
    PropertiesUtil

    public static interface PropertiesUtil.Adder
    Adder represents an object that can have properties added to it.
    • Method Detail

      • addProperty

        void addProperty​(java.lang.String name,
                         java.lang.String value)
        Add a property.
        Parameters:
        name - name
        value - value
      • addProperties

        void addProperties​(java.util.Properties properties)
        Add all the input Properties.
        Parameters:
        properties - properties