Esempio n. 1
0
 /**
  * Update the resources file from a source file
  *
  * @param source the source file
  * @throws UpdateUtils.UpdateException if an error occurs while trying to update the resources
  *     file
  */
 public void updateNodesResourceFile(final File source, final String nodesResourceFilePath)
     throws UpdateUtils.UpdateException {
   UpdateUtils.updateFileFromFile(source, nodesResourceFilePath);
   logger.debug("Updated nodes resources file: " + nodesResourceFilePath);
 }