Class OldModelConverter
java.lang.Object
de.uni_trier.wi2.procake.utils.xmlConverters.OldModelConverter
Class that updates old model files to the new format by replacing parts in the XML string.
- Author:
- Alexander Schultheis
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
convertClasses
(String xmlString) static String
convertOldModel
(String xmlString) Updates old model files to the new format by replacing parts in the XML string.static void
-
Constructor Details
-
OldModelConverter
public OldModelConverter()
-
-
Method Details
-
convertOldModel
Updates old model files to the new format by replacing parts in the XML string.- Parameters:
xmlString
- the string to transform- Returns:
- the converted XML string
- Throws:
IOException
-
convertClasses
-
main
- Throws:
IOException
-