Interface CDOViewProvider

    • Method Detail

      • getPriority

        int getPriority()
        Returns the priority of this provider. Usually used to choose between several CDOViewProviders that match the same repository URI. A higher priority value is preferred in that decision.
      • getRegex

        java.lang.String getRegex()
        Returns the regular expression that determines if the provider can handle certain URI
      • matchesRegex

        boolean matchesRegex​(URI uri)
        Checks if the URI matches with the regular expression of this provider
      • getView

        CDOView getView​(URI uri,
                        ResourceSet resourceSet)
        Receives a URI and returns an opened CDOView against the repository.
      • getResourceURI

        URI getResourceURI​(CDOView view,
                           java.lang.String path)
        Since:
        4.0