-
Notifications
You must be signed in to change notification settings - Fork 4
getComponentTypeData
jbvandermeer edited this page Oct 6, 2018
·
2 revisions
Retrieves all meta-data for a given component class from the descriptor xml files.
projectPath: [string] path to the projects root folder
projectName: [string] the project name as it is used in Setup.xml
componentType: [String] the abbreviated component type descriptor, e.g. 'gen' to retrieve all generators
componentData: [DataFrame] Contains component information with XML tags as columns and component names (gen1, gen2, etc) as index.