com.raritantechnologies.searchApp.browse
Class BrowseDirectory

java.lang.Object
  extended bycom.raritantechnologies.searchApp.browse.BrowseDirectory

public class BrowseDirectory
extends java.lang.Object

Manages a set of BrowseDirectoryEntry objects for an application.


Developed by Raritan Technologies .

Author:
Kepler Gelotte

Method Summary
 IBrowseDirectoryEntry getBrowseDirectoryEntry(java.lang.String bdeClassName, java.lang.String field)
          Use this method to get an instance of an IBrowseDrectoryEntry.
static BrowseDirectory getBrowseDirectoryInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBrowseDirectoryInstance

public static BrowseDirectory getBrowseDirectoryInstance()

getBrowseDirectoryEntry

public IBrowseDirectoryEntry getBrowseDirectoryEntry(java.lang.String bdeClassName,
                                                     java.lang.String field)
                                              throws java.lang.ClassNotFoundException,
                                                     java.lang.InstantiationException,
                                                     java.lang.IllegalAccessException
Use this method to get an instance of an IBrowseDrectoryEntry. It should be a unique collection per field.

Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException