id property

String id
final

A lower-case string identifying the operating system, excluding any version information and suitable for processing by scripts or usage in generated filenames.

The ID contains no spaces or other characters outside of 0–9, a–z, '.', '_' and '-'.

Examples: 'fedora', 'debian'.

If not set, defaults to 'linux'.

Implementation

final String id;