Class ProjectXmlBinding


  • public final class ProjectXmlBinding
    extends java.lang.Object
    Code for reading project.xml files.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Project unmarshall​(java.io.File file)
      Create a Project object from a project.xml file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • unmarshall

        public static Project unmarshall​(java.io.File file)
        Create a Project object from a project.xml file.
        Parameters:
        file - the File
        Returns:
        the Project