Class OldCasebaseConverter
- java.lang.Object
-
- de.uni_trier.wi2.procake.utils.xmlConverters.OldCasebaseConverter
-
public class OldCasebaseConverter extends Object
-
-
Constructor Summary
Constructors Constructor Description OldCasebaseConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringconvertOldCaseBase(String xmlString)Updates old case bases to the new format by replacing parts in the XML string.static voidmain(String[] args)static StringupdateNESTClasses(String loadedString, String pathComposition, String pathModel, String customWorkflowClassName)
-
-
-
Method Detail
-
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
-
-