Package org.jicengine.io

Interface Summary
Resource Provides a common interface for reading resources and resolving relative path-references.
UrlReadable Most resources, but not all, have an url. this is a interface for them.
 

Class Summary
AbstractResource implements the most general methods of the Resource-interface.
ClasspathResource A resource found in the classpath.
ClassResource Resource of some Class.
FileResource  
PathResolver  
StringResource A virtual resource whose content is a String, instead of a file on disc.
UrlResource A resource that is read through an Url.
WebApplicationResource A Resource-implementation for accessing resources inside a web-application.