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