Interface ResourceSet

  • All Known Implementing Classes:
    FileResourceSet, MemoryResourceSet

    public interface ResourceSet
    A set of resources. All resources available in the set can be opened.
    • Method Summary

      Modifier and Type Method Description
      Resource open​(java.lang.String url)
      Opens a resource in this resource set.
    • Method Detail

      • open

        Resource open​(java.lang.String url)
        Opens a resource in this resource set. If the resource has already been created it will be returned. A new resources is created otherwise.
        Parameters:
        url - the URL to open.
        Returns:
        resource