|
||||||||||
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,
File file)
Exports a single IDiagram to external format and saves the output to specified file. |
void |
export(String projectName,
List<IDiagram> diagrams,
File file)
Exports list of IDiagram objects to external format and saves the output to specified file. |
Method Detail |
---|
void export(String projectName, List<IDiagram> diagrams, File file) throws IOException
projectName
- project namediagrams
- list of IDiagram object to be exportedfile
- file where exported data will be saved
IOException
void export(IDiagram diagram, File file) throws IOException
diagram
- diagram to exportfile
- file to save data to
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |