Uses of Class
org.apache.excalibur.store.impl.AbstractJispFilesystemStore

Packages that use AbstractJispFilesystemStore
org.apache.excalibur.store.impl   
 

Uses of AbstractJispFilesystemStore in org.apache.excalibur.store.impl
 

Subclasses of AbstractJispFilesystemStore in org.apache.excalibur.store.impl
 class JispFilesystemStore
          This store is based on the Jisp library (http://www.coyotegulch.com/jisp/index.html).
 

Fields in org.apache.excalibur.store.impl declared as AbstractJispFilesystemStore
private  AbstractJispFilesystemStore AbstractJispFilesystemStore.BTreeObjectEnumeration.m_Store
           
 

Constructors in org.apache.excalibur.store.impl with parameters of type AbstractJispFilesystemStore
AbstractJispFilesystemStore.BTreeObjectEnumeration(com.coyotegulch.jisp.BTreeIterator iterator, AbstractJispFilesystemStore store)