Properties File
Constructors
Functions
Link copied to clipboard
Returns whether the file was changed or not. What defines a change is an implementation detaill. If a file was saved successfully, this method must return false. Defaults to: false
Link copied to clipboard
Returns whether the file is editable or not. Defaults to: false
Link copied to clipboard
Saves the current state of the file to the filesystem. Only files that are editable need to implement this method. Defaults to: noop