Interface ResourceStore

All Known Implementing Classes:
FileResourceStore, MemoryStore

public interface ResourceStore
When implementing a resource store you should implement equals and hashCode method. A store is equals to another if the store location is the same.
Author:
Bogdan Stefanescu