org.exist.collections
Class IndexInfo

java.lang.Object
  extended by org.exist.collections.IndexInfo

public class IndexInfo
extends Object

Internal class used to track required fields between calls to Collection.validateXMLResource(Txn, DBBroker, XmldbURI, InputSource) and Collection.store(Txn, DBBroker, IndexInfo, InputSource, boolean).

Author:
wolf

Method Summary
 CollectionConfiguration getCollectionConfig()
           
 DocumentImpl getDocument()
           
 DOMStreamer getDOMStreamer()
           
 Indexer getIndexer()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIndexer

public Indexer getIndexer()

getDOMStreamer

public DOMStreamer getDOMStreamer()

getDocument

public DocumentImpl getDocument()

getCollectionConfig

public CollectionConfiguration getCollectionConfig()


Copyright (C) Wolfgang Meier. All rights reserved.