public interface ResourceValidator
| Modifier and Type | Method and Description |
|---|---|
boolean |
resourceExists(String path)
Validates whether or not a resource exists.
|
boolean resourceExists(String path)
path - Path to verify.true if a resource exists at the path specified,
otherwise returns false.Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.