portal.dictionary.file
Class PortalFileDictionaryActionScriptReader
java.lang.Object
portal.dictionary.A_PortalDictionaryObjectReader
portal.dictionary.file.A_PortalFileDictionaryObjectReader
portal.dictionary.file.PortalFileDictionaryActionScriptReader
- All Implemented Interfaces:
- I_PortalDictionaryObjectReader
- public class PortalFileDictionaryActionScriptReader
- extends A_PortalFileDictionaryObjectReader
A dictionary object reader to read process action scripts from the local filesystem.
Creates a Java class from the plain source file using the Janino embedded Java compiler.
- Version:
- $Revision: 1.8 $
- Author:
- Thomas Weckert
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
PortalFileDictionaryActionScriptReader
public PortalFileDictionaryActionScriptReader()
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)