Simple class that checks whether a path relative to a base directory exists or not. Each instance of the class can have its own base directory.
Constructor and description |
---|
FileResourceChecker
(java.io.File baseDir) |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
exists(java.lang.Object path) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |