|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.edu.agh.cast.resources.xml.XMLImporter
public class XMLImporter
Imports a project from XML file
XMLExporter
Constructor Summary | |
---|---|
XMLImporter()
|
|
XMLImporter(java.lang.Class<?>[] classesWithAnnotations)
|
Method Summary | |
---|---|
IDiagram |
importDiagram(java.io.File file)
Imports a diagram from specified file |
IDiagramSettings |
importDiagramSettings(java.io.File file)
Imports diagram settings from specified file. |
IProjectContainer |
importProject(java.io.File file)
Imports project (list of IDiagram objects) from specified file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLImporter()
public XMLImporter(java.lang.Class<?>[] classesWithAnnotations)
Method Detail |
---|
public IProjectContainer importProject(java.io.File file) throws java.io.IOException
IImporter
importProject
in interface IImporter
file
- - file a project is read from
java.io.IOException
public IDiagramSettings importDiagramSettings(java.io.File file) throws java.io.IOException
IImporter
importDiagramSettings
in interface IImporter
java.io.IOException
public IDiagram importDiagram(java.io.File file) throws java.io.IOException
IImporter
importDiagram
in interface IImporter
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |