Package org.carrot2.util
Interface ResourceLookup
-
- All Known Implementing Classes:
ClassRelativeResourceLookup
public interface ResourceLookup
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
exists(String resource)
InputStream
open(String resource)
String
pathOf(String resource)
-
-
-
Method Detail
-
open
InputStream open(String resource) throws IOException
- Throws:
IOException
-
exists
boolean exists(String resource)
-
-