Interface RecursiveLoader
access this type via: composition.RecursiveLoader (provides, requires or uses)
Load and link (using default components) a component from a file into main memory.
Functions
LoadedComponents load(char path[], optional String ignoreIntfs[])
LoadedComponents load(char path[], optional String ignoreIntfs[])
Load a component from a file into main memory, plus all of its needed support components (recursively). The set of required interfaces not to follow is given by ignoreIntfs.