|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.api.xmi.XMIWriterFactory
Factory for XMI writers.
Constructor Summary | |
XMIWriterFactory()
|
Method Summary | |
abstract XMIWriter |
createXMIWriter()
Creates new instance of XMIWriter. |
abstract XMIWriter |
createXMIWriter(XMIOutputConfig configuration)
Creates new instance of XMIWriter configured using the passed configuration object. |
static XMIWriterFactory |
getDefault()
Returns the default instance of XMIWriterFactory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMIWriterFactory()
Method Detail |
public static XMIWriterFactory getDefault()
public abstract XMIWriter createXMIWriter()
public abstract XMIWriter createXMIWriter(XMIOutputConfig configuration)
configuration
- Configuration of the XMIWriter instance to be created.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |