System.out.println("start roop");
int i = 0;
while (true) {
System.out.println("file start " + i++);
FileInformation file;
for (Entry<String, FileInformation> e : this.filePool) {
file = e.getValue();
System.out.println("Key : " + e.getKey() + " Value :" + file.getName() + "][" + file.updateFileModifyState());
}
System.out.println("file stop");
this.waiting(CheckerRunnable.defaultWaitingTerm);