当前页面:
在线文档首页 >
NetBeans API Javadoc 5.0.0
XMIProducerFactory (NetBeans MDR API) - NetBeans API Javadoc 5.0.0
org.netbeans.api.xmi.sax
Class XMIProducerFactory
java.lang.Object
org.netbeans.api.xmi.sax.XMIProducerFactory
- public abstract class XMIProducerFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMIProducerFactory
public XMIProducerFactory()
getDefault
public static XMIProducerFactory getDefault()
- Returns the default instance of XMIProducerFactory.
- Returns:
- Default XMI producer factory.
createXMIProducer
public abstract XMIProducer createXMIProducer()
- Creates new instance of XMIProducer.
- Returns:
- New instance of XMIProducer.
createXMIProducer
public abstract XMIProducer createXMIProducer(XMIOutputConfig configuration)
- Creates new instance of XMIProducer configured using the passed configuration object.
The configuration object should not be used by XMIProducer directly
(i.e. the real configuration of the returned XMIProducer should be a copy of the passed
configuraion object).
- Parameters:
configuration
- Configuration of the XMIProducer instance to be created.