org.codehaus.spice.xmlpolicy.verifier
Class PolicyVerifier

java.lang.Object
  |
  +--org.codehaus.spice.xmlpolicy.verifier.PolicyVerifier

public class PolicyVerifier
extends Object

Verify Policy set is valid. Validity is defined as

Version:
$Revision: 1.1 $ $Date: 2003/12/02 09:16:07 $
Author:
Peter Donald

Constructor Summary
PolicyVerifier()
           
 
Method Summary
protected  void info(String message)
          Log an informational message.
 void verifyPolicy(PolicyMetaData policy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyVerifier

public PolicyVerifier()
Method Detail

verifyPolicy

public void verifyPolicy(PolicyMetaData policy)
                  throws Exception
Exception

info

protected void info(String message)
Log an informational message. Sub-classes should overide this.

Parameters:
message - the message


Copyright © 2002-2003 Codehaus. All Rights Reserved.