org.apache.cocoon.jcr.source
Class JCRNodeSourceValidity
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCRNodeSourceValidity
public JCRNodeSourceValidity(Value value)
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.