writeManager.addAttributeWriter("action", writer);
}
protected ProjectRootCreator getProjectRootCreator() {
if (this.projectRootCreator == null) {
this.projectRootCreator = new ProjectRootCreator();
this.projectRootCreator.setResultProcessor(getDefaultResultProcessor());
}
return this.projectRootCreator;
}