Interface StoragePolicy
-
public interface StoragePolicy
A binary storage policy definition and evaluation machinery- Since:
- Apr 25, 2013
- Author:
- cbeer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringevaluatePolicy(FedoraResource resource)Evaluate the policy; if the policy matches, return the binary storage hint.
-
-
-
Method Detail
-
evaluatePolicy
String evaluatePolicy(FedoraResource resource)
Evaluate the policy; if the policy matches, return the binary storage hint. If not, return null.- Parameters:
resource- the resource- Returns:
- the binary storage hint
-
-