Class OldModelConverter
- java.lang.Object
-
- de.uni_trier.wi2.procake.utils.xmlConverters.OldModelConverter
-
public class OldModelConverter extends Object
Class that updates old model files to the new format by replacing parts in the XML string.- Author:
- Alexander Schultheis
-
-
Constructor Summary
Constructors Constructor Description OldModelConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringconvertClasses(String xmlString)static StringconvertOldModel(String xmlString)Updates old model files to the new format by replacing parts in the XML string.static voidmain(String[] args)
-
-
-
Method Detail
-
convertOldModel
public static String convertOldModel(String xmlString) throws IOException
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
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-