Interface ComponentLibraryInfo.SourceUrlResolver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String resolve​(java.lang.String className)
      Returns the source URL for a given class.
      void setRootUrl​(java.lang.String url)
      Sets the source root URL.
    • Method Detail

      • resolve

        java.lang.String resolve​(java.lang.String className)
        Returns the source URL for a given class.
        Parameters:
        className - the fully qualified class name.