Class BusyboxPreparation
java.lang.Object
org.variantsync.studies.evolution.simulation.experiment.BusyboxPreparation
Utility functionality for preprocessing BusyBox source code for KernelHaven.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
normalizeDir
(File dir) Starting point for modifying the c preprocessor source files based on Manuel Zerpies Busyfix.
-
Constructor Details
-
BusyboxPreparation
public BusyboxPreparation()
-
-
Method Details
-
normalizeDir
Starting point for modifying the c preprocessor source files based on Manuel Zerpies Busyfix.- Parameters:
dir
- The directory to normalize all source files in.- Throws:
IOException
- If writing the replaced files fails.
-