com.jalios.jcms
Class FileIndexManager

java.lang.Object
  extended by com.jalios.jcms.FileIndexManager

public class FileIndexManager
extends Object

This class manages the Custom Type file index. It is intended to return a Set of Data referencing a given file.

 HashMap
   Key: the filename
   Value: TreeSet containing all the Data referencing this file
 

Version:
$Revision: 22056 $
Author:
Olivier Dedieu

Field Summary
static String REVISION
           
 
Constructor Summary
FileIndexManager()
           
 
Method Summary
 HashMap<String,TreeSet<Data>> getIndex()
           
 TreeSet<Data> getIndexedDataSet(String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values
Constructor Detail

FileIndexManager

public FileIndexManager()
Method Detail

getIndex

public HashMap<String,TreeSet<Data>> getIndex()

getIndexedDataSet

public TreeSet<Data> getIndexedDataSet(String filename)


Copyright © 2001-2007 Jalios SA. All Rights Reserved.