HomeSort by relevance Sort by last modified time
    Searched defs:_notifications (Results 1 - 2 of 2) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/util/
Scanner.java 68 private final Map<String,Notification> _notifications = new HashMap<String,Notification>(); field in class:Scanner
471 Notification old=_notifications.put(file,Notification.ADDED);
478 _notifications.put(file,Notification.CHANGED);
484 Notification old=_notifications.put(file,Notification.CHANGED);
490 _notifications.put(file,Notification.ADDED);
501 Notification old=_notifications.put(file,Notification.REMOVED);
507 _notifications.remove(file);
514 LOG.debug("scanned "+_scanDirs+": "+_notifications);
519 for (Iterator<Entry<String,Notification>> iter = _notifications.entrySet().iterator();iter.hasNext();)
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 

Completed in 233 milliseconds