protected DataFileSource getDataFileSourceIfExists(String name) throws IOException {
   DataFileSource src = m_fileSrc.getFileSourceOnlyIfExists(name);
   if (src != null) {
     s_log.debug("Creating data file source for [{}]", src.getDescription());
   }
   return src;
 }