Class AnalysisPropertiesInitializer


  • public abstract class AnalysisPropertiesInitializer
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void initialize​(org.eclipse.core.resources.IProject project, org.w3c.dom.Document properties)  
      abstract boolean supportsProject​(org.eclipse.core.resources.IProject project)  
      • Methods inherited from class java.lang.Object

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

      • AnalysisPropertiesInitializer

        public AnalysisPropertiesInitializer()
    • Method Detail

      • supportsProject

        public abstract boolean supportsProject​(org.eclipse.core.resources.IProject project)
      • initialize

        public abstract void initialize​(org.eclipse.core.resources.IProject project,
                                        org.w3c.dom.Document properties)