|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceAccessor
Allows the detector to find the actual items for comparison, either via the filesystem or the classloader.
| Method Summary | |
|---|---|
java.io.InputStream |
getResourceByPath(java.lang.String resourceName)
Gets an InputStream registered by a filesystem path. |
java.io.InputStream |
getResourceFromClasspath(java.lang.String resourceName)
Gets an InputStream from the classpath. |
| Method Detail |
|---|
java.io.InputStream getResourceByPath(java.lang.String resourceName)
resourceName - the name of the resource to load.
java.io.InputStream getResourceFromClasspath(java.lang.String resourceName)
resourceName - the name of the resource to load.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||