It's all about the answers!

Ask a question

How do I get IBuildableFileDesc2 from the selected file in RTC 6.0.4?


Dainius Griguzauskas (6) | asked Mar 01 '18, 1:53 a.m.

I have PL1 and Cobol programs in my RDz workspace. I want to get IBuildableFileDesc2 from the selected files in order to create a buildable subset from IBuildableSubsetClientAPI. How do I do it?

One answer



permanent link
Dainius Griguzauskas (6) | answered Mar 05 '18, 4:32 a.m.
That is:

 IBuildableFileDesc2 fileDesc = BuildablesubsetFactory.eINSTANCE.createBuildableFileDesc();

Your answer


Register or to post your answer.