Interface ExtensionProvider


public interface ExtensionProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    return the url of the extension
    returns the url of the extension as a string
    boolean
    is the extension readonly
  • Method Details

    • getUrl

      URL getUrl() throws MalformedURLException
      return the url of the extension
      Returns:
      url
      Throws:
      MalformedURLException - Malformed URL Exception
    • getUrlAsString

      String getUrlAsString()
      returns the url of the extension as a string
      Returns:
      url
    • isReadOnly

      boolean isReadOnly()
      is the extension readonly
      Returns:
      is readonly