摘要:
public class FileMonitor { private static final Logger logger = Logger.getLogger(FileMonitor.class); private static FileMonitor instance = null; private Timer timer; private Map<String, TimerTask> timerEntries; public FileMonitor() { timer = new Timer(true); time... 阅读全文
posted @ 2013-01-29 20:48
小さいです哥
阅读(357)
评论(0)
推荐(0)