public final void setSystemPluginList(File systemPluginListFile) {
this.systemPluginListFile = systemPluginListFile;
}
public PluginListInsertor createInsert() {
insertor = new PluginListInsertor();
insertor.setProject(getProject());
return insertor;
}