Interface SourceMapSupplier


  • public interface SourceMapSupplier
    A class for mapping source map names to the actual contents. Used when parsing index maps.
    • Method Detail

      • getSourceMap

        java.lang.String getSourceMap​(java.lang.String url)
                               throws java.io.IOException
        Parameters:
        url - The URL of the source map.
        Returns:
        The contents of the map associated with the URL
        Throws:
        java.io.IOException