Class DefaultIntegrityURLResolver

    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

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

      • DefaultIntegrityURLResolver

        public DefaultIntegrityURLResolver()
    • Method Detail

      • parseURL

        public boolean parseURL​(java.lang.String anURL)
        Description copied from interface: IntegrityURLResolver
        Parses an Integrity URL and jumps to the specified suite and line, if possible.
        Specified by:
        parseURL in interface IntegrityURLResolver
        Parameters:
        anURL - the URL to parse
        Returns:
        true if the URL matches the Integrity URL pattern, false if not