Class ViewModelMarkerHelper.Provider

    • Constructor Summary

      Constructors 
      Constructor Description
      Provider()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double bid​(org.eclipse.core.resources.IFile file)
      Bid on view model files.
      org.eclipse.emf.common.ui.MarkerHelper createMarkerHelper​(org.eclipse.core.resources.IFile file)
      Create the view model marker helper.
      • Methods inherited from class java.lang.Object

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

      • Provider

        public Provider()
    • Method Detail

      • bid

        public java.lang.Double bid​(org.eclipse.core.resources.IFile file)
        Bid on view model files.
        Parameters:
        file - a file
        Returns:
        a bid, if it is a view model file
      • createMarkerHelper

        public org.eclipse.emf.common.ui.MarkerHelper createMarkerHelper​(org.eclipse.core.resources.IFile file)
        Create the view model marker helper.
        Parameters:
        file - a view model file
        Returns:
        its marker helper