portal.dictionary.file
Class PortalFileDictionarySchemaReader

java.lang.Object
  extended byportal.dictionary.A_PortalDictionaryObjectReader
      extended byportal.dictionary.file.A_PortalFileDictionaryObjectReader
          extended byportal.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

Constructor Summary
PortalFileDictionarySchemaReader()
           
 
Method Summary
 I_PortalDictionaryObjectType getSupportedType()
           
 I_PortalDictionaryObject readObject(java.lang.String processName, java.lang.String objectName)
           
 
Methods inherited from class portal.dictionary.file.A_PortalFileDictionaryObjectReader
destroy, init
 
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

PortalFileDictionarySchemaReader

public PortalFileDictionarySchemaReader()
Method Detail

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)