Class FileOptions

    • Constructor Detail

      • FileOptions

        public FileOptions​(java.lang.String name)
      • FileOptions

        public FileOptions​(java.io.File file)
                    throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • save

        public void save​(java.io.File saveFile)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • getFile

        public java.io.File getFile()
      • notifyOptionChanged

        protected boolean notifyOptionChanged​(java.lang.String optionName,
                                              java.lang.Object oldValue,
                                              java.lang.Object newValue)
        Specified by:
        notifyOptionChanged in class AbstractOptions