|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.application.areca.impl.handler.AbstractArchiveHandler
public abstract class AbstractArchiveHandler
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 |
---|
protected AbstractIncrementalFileSystemMedium medium
Constructor Detail |
---|
public AbstractArchiveHandler()
Method Detail |
---|
public AbstractIncrementalFileSystemMedium getMedium()
ArchiveHandler
getMedium
in interface ArchiveHandler
public void setMedium(AbstractIncrementalFileSystemMedium medium)
ArchiveHandler
setMedium
in interface ArchiveHandler
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |