Class ExtensionPointManager<T>

    • Constructor Detail

      • ExtensionPointManager

        public ExtensionPointManager()
    • Method Detail

      • getExtensions

        public List<T> getExtensions()
      • reset

        public void reset()
      • handleParseException

        protected void handleParseException​(Exception ex)
      • parse

        protected abstract T parse​(org.eclipse.core.runtime.IConfigurationElement element)
                            throws Exception
        Throws:
        Exception
      • getExtensionPointId

        protected abstract String getExtensionPointId()