Interface IntegrityURLResolver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean parseURL​(java.lang.String anURL)
      Parses an Integrity URL and jumps to the specified suite and line, if possible.
    • Method Detail

      • parseURL

        boolean parseURL​(java.lang.String anURL)
        Parses an Integrity URL and jumps to the specified suite and line, if possible.
        Parameters:
        anURL - the URL to parse
        Returns:
        true if the URL matches the Integrity URL pattern, false if not