org.apache.cocoon.jcr.source
Class JCRNodeSourceValidity

java.lang.Object
  extended by org.apache.cocoon.jcr.source.JCRNodeSourceValidity
All Implemented Interfaces:
Serializable, SourceValidity

public class JCRNodeSourceValidity
extends Object
implements SourceValidity

Validity of a JCRNodeSource. It's a wrapper around a JCR Value.

Version:
$Id: JCRNodeSourceValidity.html 1304258 2012-03-23 10:09:27Z ilgrosso $
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.excalibur.source.SourceValidity
INVALID, UNKNOWN, VALID
 
Constructor Summary
JCRNodeSourceValidity(Value value)
           
 
Method Summary
 int isValid()
           
 int isValid(SourceValidity other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCRNodeSourceValidity

public JCRNodeSourceValidity(Value value)
Method Detail

isValid

public int isValid()
Specified by:
isValid in interface SourceValidity

isValid

public int isValid(SourceValidity other)
Specified by:
isValid in interface SourceValidity


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.