public interface ResourceFactory
| Modifier and Type | Method and Description | 
|---|---|
| Resource | getResource(java.lang.String name)Query a resource (file, zipentry, ...) by name | 
Resource getResource(java.lang.String name)
name - relative path of the resource about which
 information is sought.  Expects "/" to be used as the
 directory separator.