org.apache.jackrabbit.spi.commons.query.qom
Class SourceImpl

java.lang.Object
  extended by org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
      extended by org.apache.jackrabbit.spi.commons.query.qom.SourceImpl
All Implemented Interfaces:
Source
Direct Known Subclasses:
JoinImpl, SelectorImpl

public abstract class SourceImpl
extends AbstractQOMNode
implements Source

SourceImpl...


Field Summary
 
Fields inherited from class org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
resolver
 
Constructor Summary
SourceImpl(NamePathResolver resolver)
           
 
Method Summary
abstract  SelectorImpl[] getSelectors()
           
 
Methods inherited from class org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
accept, getJCRName, getJCRPath, protect, quote, quote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceImpl

public SourceImpl(NamePathResolver resolver)
Method Detail

getSelectors

public abstract SelectorImpl[] getSelectors()
Returns:
the selectors that are contained in this source.


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