Class ProjectAnalysisProperties


  • public class ProjectAnalysisProperties
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ROOT_ELEMENT  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.w3c.dom.Document getAnalysisProperties​(org.eclipse.core.resources.IProject project)  
      static void setAnalysisProperties​(org.eclipse.core.resources.IProject project, org.w3c.dom.Document properties)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProjectAnalysisProperties

        public ProjectAnalysisProperties()
    • Method Detail

      • getAnalysisProperties

        public static org.w3c.dom.Document getAnalysisProperties​(org.eclipse.core.resources.IProject project)
                                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • setAnalysisProperties

        public static void setAnalysisProperties​(org.eclipse.core.resources.IProject project,
                                                 org.w3c.dom.Document properties)
                                          throws java.lang.Exception
        Throws:
        java.lang.Exception