305306307308309310311312313314315
LocalComponentRegistry registry = new LocalComponentRegistry( directory); // move to another thread using loader. ComponentRegistryLoader loader = new ComponentRegistryLoader( this.engine); loader.load(registry); } } } /*