root.setModel(project.getModel());
root.setName(URIUtils.getAbsoluteFile(project.getProjectHome()).getName());
project.getModel().setRoot(root);
// create and load all default nodes
root.initiateMyFile(project);
root.refresh();
}
public IResultProcessor getDefaultResultProcessor() {
if(this.resultProcessor == null) {
this.resultProcessor = new DefaultResultProcessor();