portal.dictionary.file
Class PortalFileDictionaryProcessConfigurationReader
java.lang.Object
portal.dictionary.A_PortalDictionaryObjectReader
portal.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
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
PortalFileDictionaryProcessConfigurationReader
public PortalFileDictionaryProcessConfigurationReader()
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()