Class 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 Detail

      • OldModelConverter

        public OldModelConverter()
    • 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
      • convertClasses

        public static String convertClasses​(String xmlString)