public CIPResCommunicator(MesquiteModule mb, String xmlPrefsString, String[] outputFilePaths) {
   if (xmlPrefsString != null) XMLUtil.readXMLPreferences(mb, this, xmlPrefsString);
   this.outputFilePaths = outputFilePaths;
   ownerModule = mb;
 }