Uses of Interface
org.apache.rat.document.IDocumentCollection

Packages that use IDocumentCollection
org.apache.rat.document   
org.apache.rat.document.impl   
org.apache.rat.document.impl.zip   
 

Uses of IDocumentCollection in org.apache.rat.document
 

Methods in org.apache.rat.document that return IDocumentCollection
 IDocumentCollection IDocument.readArchive()
          Reads contents of composite document.
 IDocumentCollection IFileUnarchiver.unarchive(java.io.File file)
          Unarchives the file.
 

Methods in org.apache.rat.document with parameters of type IDocumentCollection
static java.util.Collection DocumentUtils.documentsContained(IDocumentCollection documentCollection)
          Collects all the documents contained in the collection tree.
 

Uses of IDocumentCollection in org.apache.rat.document.impl
 

Methods in org.apache.rat.document.impl that return IDocumentCollection
 IDocumentCollection FileDocument.readArchive()
           
 IDocumentCollection MonolithicFileDocument.readArchive()
           
 IDocumentCollection AbstractMonolithicDocument.readArchive()
           
 

Uses of IDocumentCollection in org.apache.rat.document.impl.zip
 

Classes in org.apache.rat.document.impl.zip that implement IDocumentCollection
 class ZipRootDirectory
           
 

Methods in org.apache.rat.document.impl.zip that return IDocumentCollection
static IDocumentCollection ZipDocumentFactory.load(java.io.File file)
           
 IDocumentCollection ZipFileDocument.readArchive()
           
 IDocumentCollection ZipFileUnarchiver.unarchive(java.io.File file)
           
 



Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.