Package eu.mihosoft.vmf.core.io
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 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
-
-