public interface InputSupplier
extends java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
gatherAll(java.lang.String endFilter)
Gathers all the names of all the resources with the given ending in their name.
|
java.io.InputStream |
getInput(java.lang.String relPath)
Opens an input stream to the specified resource.
|
java.lang.String |
getRoot(java.lang.String resource)
The absolute path of the root entity of the given resource, be it a file or directory.
|
java.lang.String getRoot(java.lang.String resource)
resource - java.io.InputStream getInput(java.lang.String relPath)
relPath - Reative path seperated with '/' and having no preceding slash.java.util.List<java.lang.String> gatherAll(java.lang.String endFilter)
endFilter -