示例#1
0
 /** Make sure the resources associated with this directory and pathPrefixSet are up-to-date. */
 public void refreshResources() throws IOException {
   if (isWatchServiceActive()) {
     refresh();
   } else {
     fullRefresh();
   }
 }