Interface JSASSResourceURI

All Known Implementing Classes:
CocoonJSASSResourceURI, ContextJSASSResourceURI, PluginsJSASSResourceURI, SkinsJSASSResourceURI, TemplatesJSASSResourceURI, WorkspacesJSASSResourceURI

public interface JSASSResourceURI
Resource URIs supported by JSASS
  • Method Summary

    Modifier and Type
    Method
    Description
    Resolve the URI, or returns null if the URI is not supported
    Resolve a path and return the URI corresponding, or null if the path is not supported
  • Method Details

    • resolve

      Resolve the URI, or returns null if the URI is not supported
      Parameters:
      uri - The URI
      Returns:
      The resolved URI
      Throws:
      URISyntaxException - If the URI is not supported
    • resolvePath

      Resolve a path and return the URI corresponding, or null if the path is not supported
      Parameters:
      path - The path
      Returns:
      The URI