portal.dictionary.file
Class PortalFileDictionary

java.lang.Object
  extended byportal.dictionary.A_PortalDictionary
      extended byportal.dictionary.file.PortalFileDictionary
All Implemented Interfaces:
I_PortalDictionary

public class PortalFileDictionary
extends A_PortalDictionary

A dictionary that reads the objects from the local filesystem.

Version:
$Revision: 1.8 $
Author:
Thomas Weckert

Field Summary
static java.lang.String PARAM_FOLDER
           
 
Constructor Summary
PortalFileDictionary()
           
 
Method Summary
 java.util.List getSupportedObjectTypes()
           
 
Methods inherited from class portal.dictionary.A_PortalDictionary
destroy, equals, getFirst, getId, getNext, getReaders, hashCode, init, readObject, setFirst, setNext
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_FOLDER

public static final java.lang.String PARAM_FOLDER
See Also:
Constant Field Values
Constructor Detail

PortalFileDictionary

public PortalFileDictionary()
Method Detail

getSupportedObjectTypes

public java.util.List getSupportedObjectTypes()
See Also:
I_PortalDictionary.getSupportedObjectTypes()