Interface ExternalizableResource


  • public interface ExternalizableResource
    Indicates that the object implementing this interface owns a external resource.
    Since:
    4.2
    Version:
    17.0 2020-01-04 14:41:35
    Author:
    Stéphane GALLAND
    Maven Group Id:
    org.arakhne.afc.core
    Maven Artifact Id:
    vmutils
    • Method Detail

      • getExternalizableResourceLocation

        @Pure
        URL getExternalizableResourceLocation()
        Replies the URL where the resource data could be find.
        Returns:
        the URL to the external resource.
      • getExternalizableResourceType

        @Pure
        String getExternalizableResourceType()
        Replies the MIME type of the external resource.
        Returns:
        the MIME of the external resource.