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 Details

    • OldModelConverter

      public OldModelConverter()
  • Method Details

    • 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)
    • main

      public static void main(String[] args) throws IOException
      Throws:
      IOException