org.silverpeas.silverstatistics.volume
Class FileNumberComputer

java.lang.Object
  extended by org.silverpeas.silverstatistics.volume.FileNumberComputer
All Implemented Interfaces:
Callable<DirectoryStats>

public class FileNumberComputer
extends Object
implements Callable<DirectoryStats>

Compute the size in terms of number of files.


Constructor Summary
FileNumberComputer(File directory)
           
 
Method Summary
 DirectoryStats call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileNumberComputer

public FileNumberComputer(File directory)
Method Detail

call

public DirectoryStats call()
                    throws Exception
Specified by:
call in interface Callable<DirectoryStats>
Throws:
Exception


Copyright © 2016 Silverpeas. All Rights Reserved.