Uses of Interface
org.gcube.contentmanagement.gcubedocumentlibrary.io.Reader

Packages that use Reader
org.gcube.contentmanagement.gcubedocumentlibrary.io   
 

Uses of Reader in org.gcube.contentmanagement.gcubedocumentlibrary.io
 

Classes in org.gcube.contentmanagement.gcubedocumentlibrary.io that implement Reader
 class BaseReader
          Partial implementation of Reader.
 class CachingReader
          A Reader that maintains and uses the results of another Reader in a DocumentCache.
 class DocumentReader
          A Reader that allows arbitrary Projections over document descriptions.
 class ViewReader
          A Reader that uses a predefined Projection to view any other Projections that is used to constrain the properties of the documents in the target collection.
 

Constructors in org.gcube.contentmanagement.gcubedocumentlibrary.io with parameters of type Reader
ViewReader(Projection<?,?> f, Reader r)
          Creates an instance with a given view and a DocumentReader.