|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExporter
Interface for project and diagram exporters, which can save the diagrams list (whole project) or a single diagram in format which is understandable between different instances and versions of system.
Method Summary | |
---|---|
void |
export(IDiagram diagram,
java.io.File file)
Exports a single IDiagram to external format and saves the output to specified file |
void |
export(java.lang.String projectName,
java.util.List<IDiagram> diagrams,
java.io.File file)
Exports list of IDiagram objects to external format and saves the output to specified file |
Method Detail |
---|
void export(java.lang.String projectName, java.util.List<IDiagram> diagrams, java.io.File file) throws java.io.IOException
projectName
- - project namediagrams
- - list of IDiagram object to be exportedfile
- - file where exported data will be saved
java.io.IOException
void export(IDiagram diagram, java.io.File file) throws java.io.IOException
diagram
- diagram to exportfile
- file to save data to
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |