Package pascal.taie.config
Class PlanConfig
java.lang.Object
pascal.taie.config.PlanConfig
Configuration for an analysis to be executed.
Different from AnalysisConfig
which is specified by configuration file,
PlanConfig
is specified by either plan file or options.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
static List<PlanConfig>
readConfigs
(File file) Read a list of PlanConfig from given file.static List<PlanConfig>
readConfigs
(Options options) Reads a list of PlanConfig from options.toString()
static void
writeConfigs
(List<PlanConfig> planConfigs, File outputDir) Writes a list of PlanConfigs to given file.