rat.document
Class DocumentUtils

java.lang.Object
  extended by rat.document.DocumentUtils

public final class DocumentUtils
extends java.lang.Object


Constructor Summary
DocumentUtils()
           
 
Method Summary
static java.util.Collection documentsContained(IDocumentCollection documentCollection)
          Collects all the documents contained in the collection tree.
static org.apache.commons.collections.Transformer toNameTransformer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentUtils

public DocumentUtils()
Method Detail

toNameTransformer

public static final org.apache.commons.collections.Transformer toNameTransformer()

documentsContained

public static final java.util.Collection documentsContained(IDocumentCollection documentCollection)
Collects all the documents contained in the collection tree.

Parameters:
documentCollection - IDocumentCollection, not null
Returns:
Collection of IDocument


Copyright © 2006-2008. All Rights Reserved.