Interface CDOEditorOpener

    • Method Detail

      • getID

        java.lang.String getID()
      • getName

        java.lang.String getName()
      • getPriority

        int getPriority()
        Returns the priority of this editor opener. Usually used to choose between several editor openers that match the same repository URI.
      • getRegex

        java.lang.String getRegex()
        Returns the regular expression that determines if the editor opener can open a certain URI.
      • matchesRegex

        boolean matchesRegex​(URI uri)
        Checks if the URI matches the regular expression of this editor opener.