Package jadex.bridge

Interface ILocalResourceIdentifier

  • All Known Implementing Classes:
    LocalResourceIdentifier

    public interface ILocalResourceIdentifier
    Interface for resource identification. Localized resources are identified by their platform and local resource url.
    • Method Detail

      • getComponentIdentifier

        IComponentIdentifier getComponentIdentifier()
        Get the platform identifier belonging to the resource identifier.
        Returns:
        The component identifier of the platform.
      • getHostIdentifier

        java.lang.String getHostIdentifier()
        Get the host identifier.
        Returns:
        The host identifier.
      • getUri

        java.net.URI getUri()
        Get the uri.
        Returns:
        The resource uri.