portal.dictionary.file
Class PortalFileDictionaryProcessConfigurationReader

java.lang.Object
  extended byportal.dictionary.A_PortalDictionaryObjectReader
      extended byportal.dictionary.file.PortalFileDictionaryProcessConfigurationReader
All Implemented Interfaces:
I_PortalDictionaryObjectReader

public class PortalFileDictionaryProcessConfigurationReader
extends A_PortalDictionaryObjectReader

A dictionary object reader to read process configurations from the local filesystem.

Version:
$Revision: 1.5 $
Author:
Thomas Weckert

Constructor Summary
PortalFileDictionaryProcessConfigurationReader()
           
 
Method Summary
 void destroy()
           
 I_PortalDictionaryObjectType getSupportedType()
           
 void init(PortalApplication portalApplication, PortalDictionaryConfiguration dictionaryConfiguration, PortalDictionaryReaderConfiguration readerConfiguration)
           
 I_PortalDictionaryObject readObject(java.lang.String processName, java.lang.String objectName)
           
 
Methods inherited from class portal.dictionary.A_PortalDictionaryObjectReader
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalFileDictionaryProcessConfigurationReader

public PortalFileDictionaryProcessConfigurationReader()
Method Detail

getSupportedType

public I_PortalDictionaryObjectType getSupportedType()
See Also:
I_PortalDictionaryObjectReader.getSupportedType()

init

public void init(PortalApplication portalApplication,
                 PortalDictionaryConfiguration dictionaryConfiguration,
                 PortalDictionaryReaderConfiguration readerConfiguration)
          throws PortalException
Throws:
PortalException
See Also:
I_PortalDictionaryObjectReader.init(PortalApplication, PortalDictionaryConfiguration, PortalDictionaryReaderConfiguration)

readObject

public I_PortalDictionaryObject readObject(java.lang.String processName,
                                           java.lang.String objectName)
                                    throws PortalException
Throws:
PortalException
See Also:
I_PortalDictionaryObjectReader.readObject(java.lang.String, java.lang.String)

destroy

public void destroy()
             throws PortalException
Throws:
PortalException
See Also:
I_PortalDictionaryObjectReader.destroy()