Class ScannerProvider

    • Constructor Detail

      • ScannerProvider

        public ScannerProvider()
        Deprecated.
    • Method Detail

      • notifyInfoListeners

        protected static void notifyInfoListeners​(org.eclipse.core.resources.IProject project,
                                                  IScannerInfo info)
        Deprecated.
        Parameters:
        project -
        info -
      • getScannerInformation

        public IScannerInfo getScannerInformation​(org.eclipse.core.resources.IResource resource)
        Deprecated.
        Description copied from interface: IScannerInfoProvider
        The receiver will answer the current state of the build information for the resource specified in the argument.
        Specified by:
        getScannerInformation in interface IScannerInfoProvider
      • subscribe

        public void subscribe​(org.eclipse.core.resources.IResource resource,
                              IScannerInfoChangeListener listener)
        Deprecated.
        Description copied from interface: IScannerInfoProvider
        The receiver will register the listener specified in the argument to receive change notifications when the information for the IResource it is responsible for changes.
        Specified by:
        subscribe in interface IScannerInfoProvider
      • unsubscribe

        public void unsubscribe​(org.eclipse.core.resources.IResource resource,
                                IScannerInfoChangeListener listener)
        Deprecated.
        Description copied from interface: IScannerInfoProvider
        The receiver will no longer notify the listener specified in the argument when information about the reource it is responsible for changes.
        Specified by:
        unsubscribe in interface IScannerInfoProvider
      • elementChanged

        public void elementChanged​(ElementChangedEvent event)
        Deprecated.
        Description copied from interface: IElementChangedListener
        Notifies that one or more attributes of one or more C elements have changed. The specific details of the change are described by the given event.
        Specified by:
        elementChanged in interface IElementChangedListener
        Parameters:
        event - the change event
      • isPathEntryChange

        protected boolean isPathEntryChange​(ICElementDelta delta)
        Deprecated.