org.getopt.luke.plugins
Class FsDirectory.NullReporter

java.lang.Object
  extended by org.getopt.luke.plugins.FsDirectory.NullReporter
All Implemented Interfaces:
IOReporter
Enclosing class:
FsDirectory

public static class FsDirectory.NullReporter
extends java.lang.Object
implements IOReporter


Constructor Summary
FsDirectory.NullReporter()
           
 
Method Summary
 void reportIO(java.lang.String name, long bytes, boolean read)
           
 void reportStatus(java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FsDirectory.NullReporter

public FsDirectory.NullReporter()
Method Detail

reportIO

public void reportIO(java.lang.String name,
                     long bytes,
                     boolean read)
Specified by:
reportIO in interface IOReporter

reportStatus

public void reportStatus(java.lang.String msg)
Specified by:
reportStatus in interface IOReporter