Ice.createProperties

Ice.createProperties(args: list[str] | None = None, defaults: Properties | None = None) Properties

Creates a property set initialized from command-line arguments and a default property set.

This function is provided for backwards compatibility. New code should call the Properties constructor directly.

Parameters:
  • args (list[str], optional) – The command-line arguments.

  • defaults (Properties, optional) – Default values for the new property set.

Returns:

A new property set.

Return type:

Properties