There are four supported properties: jazz.executable, jazz.mime,
jazz.line-delimiter, and jazz.encoding.
jazz.executable
Indicates whether the file
is executable on filesystem that support executability. May not be
directly set.
jazz.mime
The MIME type of the file. Must
be of the form major/minor.
jazz.line-delimiter
Indicates the line delimiter.
May be one of:
- platform – Indicates that the file should be given the platform-specific
line delimiter on load/accept.
- none – Indicates that the file should not have its line delimiters
changed on load/accept.
- crlf – Indicates that the file should always have Windows-style
line delimiters.
- lf – Indicates that line-feeds should be used as line delimiters.
- cr – Indicates that carriage returns should be used as line delimiters.
jazz.encoding
The character encoding of
a file.