This project has retired. For details please refer to its
Attic page.
ResourceValidator (Jetspeed-2 Core API 2.2.2 API)
org.apache.jetspeed.decoration
Interface ResourceValidator
public interface ResourceValidator
Validates whether or not a resource exists.
- Author:
- Scott T. Weaver
Method Summary |
boolean |
resourceExists(java.lang.String path)
Validates whether or not a resource exists. |
resourceExists
boolean resourceExists(java.lang.String path)
- Validates whether or not a resource exists.
- Parameters:
path
- Path to verify.
- Returns:
true
if a resource exists at the path specified,
otherwise returns false.
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.