oracle.jdeveloper.library
Class LibraryTagHandler
java.lang.Object
oracle.jdeveloper.library.LibraryTagHandler
- All Implemented Interfaces:
- ExtensionTagHandler
- public class LibraryTagHandler
- extends java.lang.Object
- implements ExtensionTagHandler
Class to handle the "library" xml tag when read by the extension manager.
Method Summary |
boolean |
load(org.w3c.dom.Element elm,
java.net.URL url,
boolean quiet)
Called by the Extension (Addin) Manager when the registered xml tag is
read. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LibraryTagHandler
public LibraryTagHandler()
load
public boolean load(org.w3c.dom.Element elm,
java.net.URL url,
boolean quiet)
throws ExtensionTagException
- Called by the Extension (Addin) Manager when the registered xml tag is
read.
- Specified by:
load
in interface ExtensionTagHandler
- Parameters:
elm
- xml element that corresponds to he registered xml tagurl
- location of the jar file that the element has been read fromquiet
- if true
then a diagnostic message using
the Assert
class should be displayed with
the class name.
- Returns:
- true if element is loaded
- Throws:
ExtensionTagException
Copyright ©1997, 2003, Oracle. All rights reserved.