Interface LocatableResource

All Superinterfaces:
Resource
All Known Implementing Classes:
FileResource

public interface LocatableResource extends Resource
A Resource that can be addressed by a URL.
  • Method Details

    • getLocation

      URL getLocation() throws IOException
      Returns:
      A locator that addresses this resource's contents
      Throws:
      IOException