Properties.addAll

Adds all properties from the given files to this one.

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

Parameters

filenames string[]

The names of files to read properties from.

Meta