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