Properties.addAll

Adds all properties from the given Properties to this one, overwriting any properties with the same name.

  1. void addAll(Properties[] properties)
    struct Properties
  2. void addAll(string[] filenames)

Parameters

properties Properties[]

The properties to add to this one.

Meta