Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] String representation of IManagedBuildInfo

Hi,

Is is possible to get some string representation of the entire managed build info for a given C project? It
might be as XML or any other readable string format.

Currently I call:
IManagedBuildInfo managedBuildInfo = ManagedBuildManager.getBuildInfo(project);

The first trivial attempt was: managedBuildInfo.toString(), but this only prints the object type.
I also thought about saving the build info as XML into a stream and converting it to a string. Or any similar
approach using CDT code that already implements persistence.

Any advices?

Best regards,
Daniel Felix Ferber



Back to the top