Class ProjectWrapper


  • public class ProjectWrapper
    extends Object
    Wrapper to provide utility accessors primarily for C/C++ projects

    Get started:

    • Use getConfiguration(String) to obtain a convenience wrapper providing access to the sections commonly present in C/C++ project files.
    • Use save(Path) and stringify() to save a project file preserving original newline and BOM and trying to work with formatting inconsistencies of the upstream project to minimize unintended differences.