Class OldCasebaseConverter

java.lang.Object
de.uni_trier.wi2.procake.utils.xmlConverters.OldCasebaseConverter

public class OldCasebaseConverter extends Object
  • Constructor Details

    • OldCasebaseConverter

      public OldCasebaseConverter()
  • Method Details

    • convertOldCaseBase

      public static String convertOldCaseBase(String xmlString) throws IOException
      Updates old case bases to the new format by replacing parts in the XML string.
      Parameters:
      xmlString - the string to transform
      Returns:
      the converted XML string
      Throws:
      IOException
    • updateNESTClasses

      public static String updateNESTClasses(String loadedString, String pathComposition, String pathModel, String customWorkflowClassName)
    • main

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