Class BlockValueFile


  • public class BlockValueFile
    extends XmlFile
    Handle saving/restoring block value information to XML files. This class manipulates files conforming to the block_value DTD.
    • Method Detail

      • readBlockValues

        public void readBlockValues()
                             throws JDOMException,
                                    java.io.IOException
        Reads Block values from a file in the user's preferences directory. If the file containing block values does not exist this routine returns quietly. If a Block named in the file does not exist currently, that entry is quietly ignored.
        Throws:
        JDOMException - on rootFromName if all methods fail
        java.io.IOException - if an I/O error occurs while reading a file
      • writeBlockValues

        public void writeBlockValues()
                              throws java.io.IOException
        Throws:
        java.io.IOException