Interface ExternalResourceDescriptor

All Known Implementing Classes:
ImmutableExternalResourceDescriptor

public interface ExternalResourceDescriptor
Describes an available resource might be fetched from the external source.
  • Method Details

    • getLocation

      String getLocation()
      Returns:
      The location of the resource, where the format depends on the actual provider implementation.
    • getLastModified

      long getLastModified()
      Returns:
      Returns the modification time of the original resource file using Unix timestamp format.