com.application.areca.impl.handler
Class AbstractArchiveHandler

java.lang.Object
  extended by com.application.areca.impl.handler.AbstractArchiveHandler
All Implemented Interfaces:
ArchiveHandler, Duplicable
Direct Known Subclasses:
DefaultArchiveHandler, DeltaArchiveHandler

public abstract class AbstractArchiveHandler
extends java.lang.Object
implements ArchiveHandler


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Field Summary
protected  AbstractIncrementalFileSystemMedium medium
           
 
Fields inherited from interface com.application.areca.impl.handler.ArchiveHandler
MODE_MERGE, MODE_RECOVER
 
Constructor Summary
AbstractArchiveHandler()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AbstractIncrementalFileSystemMedium getMedium()
          Medium to which the handler is associated
 int hashCode()
           
 void setMedium(AbstractIncrementalFileSystemMedium medium)
          Medium to which the handler is associated
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.application.areca.impl.handler.ArchiveHandler
archiveDeleted, autonomousArchives, close, dispatchEntries, getContentFile, init, recoverRawData, store, supportsImageBackup
 
Methods inherited from interface com.myJava.object.Duplicable
duplicate
 

Field Detail

medium

protected AbstractIncrementalFileSystemMedium medium
Constructor Detail

AbstractArchiveHandler

public AbstractArchiveHandler()
Method Detail

getMedium

public AbstractIncrementalFileSystemMedium getMedium()
Description copied from interface: ArchiveHandler
Medium to which the handler is associated

Specified by:
getMedium in interface ArchiveHandler

setMedium

public void setMedium(AbstractIncrementalFileSystemMedium medium)
Description copied from interface: ArchiveHandler
Medium to which the handler is associated

Specified by:
setMedium in interface ArchiveHandler

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object