Package lu.kbra.modelizer_next.json
Class ModernModelizerImporter
java.lang.Object
lu.kbra.modelizer_next.json.ModernModelizerImporter
Imports the current Modelizer Next JSON document format.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ModelDocumentimportFile(File file) Imports the file.static ModelDocumentimportString(String file) Imports the string.
-
Method Details
-
importFile
Imports the file.- Parameters:
file- file to read or write- Returns:
- the import file result
- Throws:
IOException- if the operation cannot be completed
-
importString
Imports the string.- Parameters:
file- file to read or write- Returns:
- the import string result
- Throws:
IOException- if the operation cannot be completed
-