com.application.areca.context
Class RecoveryResult

java.lang.Object
  extended by com.application.areca.context.RecoveryResult

public class RecoveryResult
extends java.lang.Object


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Field Summary
protected  java.util.List ignoredArchives
           
protected  java.util.List processedArchives
           
protected  java.util.List recoveredArchives
           
 
Constructor Summary
RecoveryResult()
           
 
Method Summary
 void addProcessedArchives(java.io.File[] archives)
           
 void addRecoveredArchives(java.io.File[] archives)
           
 java.util.List getIgnoredArchives()
           
 java.io.File[] getIgnoredArchivesAsArray()
           
 java.util.List getProcessedArchives()
           
 java.io.File[] getProcessedArchivesAsArray()
           
 java.util.List getRecoveredArchives()
           
 java.io.File[] getRecoveredArchivesAsArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processedArchives

protected java.util.List processedArchives

recoveredArchives

protected java.util.List recoveredArchives

ignoredArchives

protected java.util.List ignoredArchives
Constructor Detail

RecoveryResult

public RecoveryResult()
Method Detail

getIgnoredArchives

public java.util.List getIgnoredArchives()

getProcessedArchives

public java.util.List getProcessedArchives()

getRecoveredArchives

public java.util.List getRecoveredArchives()

getIgnoredArchivesAsArray

public java.io.File[] getIgnoredArchivesAsArray()

getRecoveredArchivesAsArray

public java.io.File[] getRecoveredArchivesAsArray()

getProcessedArchivesAsArray

public java.io.File[] getProcessedArchivesAsArray()

addProcessedArchives

public void addProcessedArchives(java.io.File[] archives)

addRecoveredArchives

public void addRecoveredArchives(java.io.File[] archives)