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

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

public class IndexingConfigurationEntityResolver
extends Object
implements EntityResolver

IndexingConfigurationEntityResolver implements an entity resolver for the indexing configuration DTD.


Constructor Summary
IndexingConfigurationEntityResolver()
           
 
Method Summary
 InputSource resolveEntity(String publicId, 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 InputSource resolveEntity(String publicId,
                                 String systemId)
                          throws SAXException,
                                 IOException

Specified by:
resolveEntity in interface EntityResolver
Throws:
SAXException
IOException


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