com.application.areca
Class SimulationResult

java.lang.Object
  extended by com.application.areca.SimulationResult

public class SimulationResult
extends java.lang.Object


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Constructor Summary
SimulationResult()
           
 
Method Summary
 void addEntry(FileSystemRecoveryEntry entry)
           
 long getGlobalSize()
           
 long getModifiedFiles()
           
 long getNewFiles()
           
 boolean isMaxEntriesReached()
           
 java.util.Iterator iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulationResult

public SimulationResult()
Method Detail

isMaxEntriesReached

public boolean isMaxEntriesReached()

addEntry

public void addEntry(FileSystemRecoveryEntry entry)

iterator

public java.util.Iterator iterator()

getGlobalSize

public long getGlobalSize()

getNewFiles

public long getNewFiles()

getModifiedFiles

public long getModifiedFiles()