How do I get IBuildableFileDesc2 from the selected file in RTC 6.0.4?
![]() 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
![]()
That is:
IBuildableFileDesc2 fileDesc = BuildablesubsetFactory.eINSTANCE.createBuildableFileDesc(); |