Nux 1.3

nux.xom.tests
Class DocumentMapFileMonitorTest

java.lang.Object
  extended bynux.xom.tests.DocumentMapFileMonitorTest

public final class DocumentMapFileMonitorTest
extends Object

Stress test for file change monitoring of DocumentMap. Determines how much overhead File.lastModified() has when monitoring thousands or tens of thousands of files.

Author:
whoschek@lbl.gov, $Author: hoschek3 $

Constructor Summary
DocumentMapFileMonitorTest()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentMapFileMonitorTest

public DocumentMapFileMonitorTest()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

Nux 1.3