Class MarkerWrapperFactory

    • Constructor Detail

      • MarkerWrapperFactory

        public MarkerWrapperFactory()
    • Method Detail

      • createMarkerWrapper

        public 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.