portal.dictionary.file
Class PortalFileDictionarySchemaReader
java.lang.Object
portal.dictionary.A_PortalDictionaryObjectReader
portal.dictionary.file.A_PortalFileDictionaryObjectReader
portal.dictionary.file.PortalFileDictionarySchemaReader
- All Implemented Interfaces:
- I_PortalDictionaryObjectReader
- public class PortalFileDictionarySchemaReader
- extends A_PortalFileDictionaryObjectReader
A dictionary object reader to read XML schemas from the local filesystem.
- Version:
- $Revision: 1.12 $
- Author:
- Thomas Weckert
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
PortalFileDictionarySchemaReader
public PortalFileDictionarySchemaReader()
getSupportedType
public I_PortalDictionaryObjectType getSupportedType()
- See Also:
I_PortalDictionaryObjectReader.getSupportedType()
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)