|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
MDR API | |
org.netbeans.api.mdr | API classes and interfaces that serve as an entry point to a metadata repository. |
org.netbeans.api.mdr.events | |
org.netbeans.api.xmi | API classes and interfaces that are used for import/export of XMI documents into/from a JMI-compliant repository. |
org.netbeans.api.xmi.sax |
There are two kinds of API classes exposed by MDR:
VetoChangeException added to allow vetoable "preChange" events. The exception can be thrown from MDRPreChangeListener.plannedChange().
Deprecated API classes (org.netbeans.api.mdr.XMIReader and org.netbeans.api.mdr.XMIWriter) removed.
getEncoding and setEncoding abstract methods were added to XMIOutputConfig
JMIStreamFactory was made a regular class (as opposed to being innerclass of JMIMapper). It was changed from interface to abstract class and a new method was added with additional parameter to enable specifying file extension for the generated data.
Old org.netbeans.api.mdr.XMIReader and XMIWriter classes were made deprecated as the new refactored XMI API was created in org.netbeans.api.xmi package.
|
|
|
Read more about the implementation in the answers to architecture questions.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |