Interface IMarkerWrapperFactoryExtension

    • Method Detail

      • createMarkerWrapper

        AbstractMarkerWrapper createMarkerWrapper​(Marker marker,
                                                  org.eclipse.core.resources.IProject project)
        Creates implementation of AbstractMarkerWrapper for marker.
        Parameters:
        marker - the wrapped marker, can't be null.
        project - the project the marker is attached to, can't be null.
        Returns:
        implementation of AbstractMarkerWrapper for marker, never null.