org-jdraft / jdraft

Meta Representation for building Java programs to analyze, generate, refactor & run Java source code
8 stars 1 forks source link

Stringified XML config (reading and writing) for Provenance (& reloading) #2

Open edefazio opened 4 years ago

edefazio commented 4 years ago

in order to have provenance of where the source code was read from (and potentially to reread the same source from the location) I want to

BOTH write out an "xml type" explanation from _batch implementations:

C:\\temp\\code C:\\temp\\src-jars\\javaparser-3.16.0-sources.jar ...same for github mavenCentral this way I can "load" or reload the project based on these... (because I have the className and the information for how to read the data)