org.apache.jackrabbit.core.query.lucene
Class IndexingConfigurationEntityResolver

java.lang.Object
  extended by org.apache.jackrabbit.core.query.lucene.IndexingConfigurationEntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

public class IndexingConfigurationEntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver

IndexingConfigurationEntityResolver implements an entity resolver for the indexing configuration DTD.


Constructor Summary
IndexingConfigurationEntityResolver()
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexingConfigurationEntityResolver

public IndexingConfigurationEntityResolver()
Method Detail

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
                                             java.lang.String systemId)
                                      throws org.xml.sax.SAXException,
                                             java.io.IOException

Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
Throws:
org.xml.sax.SAXException
java.io.IOException


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.