// ((SimpleProcessingElementDescriptor) pe).toDispel());
FileWriter fw = new FileWriter(tmp);
fw.write("package eu.admire {" + NL);
SimpleProcessingElementDescriptor spe =
(SimpleProcessingElementDescriptor) pe;
fw.write(spe.toDispel() + NL + "}" + NL);
fw.close();
drs.add(FileRegistryReader.read(tmp.getAbsolutePath()));
}