com.raritantechnologies.utils.tree
Interface ITreeFactory

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
DBTreeFactory

public interface ITreeFactory
extends IConfigurable

Factory class for TreeRoot objects.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Method Summary
 TreeRoot[] createTrees()
           
 TreeRoot getTreeByRootID(java.lang.String rootID)
           
 TreeRoot getTreeByRootName(java.lang.String treeName)
           
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

createTrees

public TreeRoot[] createTrees()

getTreeByRootName

public TreeRoot getTreeByRootName(java.lang.String treeName)

getTreeByRootID

public TreeRoot getTreeByRootID(java.lang.String rootID)