Class ModelResourceVisitor

  • All Implemented Interfaces:
    org.eclipse.core.resources.IResourceVisitor

    public class ModelResourceVisitor
    extends Object
    implements org.eclipse.core.resources.IResourceVisitor
    This implementation of a resource visitor will allow us to browse a given hierarchy and resolve the models files in contains, as determined by ThreadedModelResolver#MODEL_CONTENT_TYPES.
    See Also:
    ThreadedModelResolver#hasModelType(IFile)
    • Method Detail

      • visit

        public boolean visit​(org.eclipse.core.resources.IResource resource)
                      throws org.eclipse.core.runtime.CoreException
        Specified by:
        visit in interface org.eclipse.core.resources.IResourceVisitor
        Throws:
        org.eclipse.core.runtime.CoreException