Instances of this class provide a copy of the global JSHint preferences. The preference values are read from the preference store on creation. Modified values will be written back to the store only when save() is called.
Instances of this class can be accessed concurrently from multiple threads. However, multiple instances should not be used to concurrently write values to the backing store, otherwise updates may be lost.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.