Interface ILocationProviderExtension


  • public interface ILocationProviderExtension
    Extension interface for ILocationProvider. Adds ability to the location for a given object as URI.
    Since:
    3.3
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.net.URI getURI​(java.lang.Object element)
      Returns the URI of the given object or null.
    • Method Detail

      • getURI

        java.net.URI getURI​(java.lang.Object element)
        Returns the URI of the given object or null.
        Parameters:
        element - the object for which to get the location
        Returns:
        the URI of the given object or null