|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.application.areca.filter.AbstractArchiveFilter
public abstract class AbstractArchiveFilter
Filter base class
Field Summary | |
---|---|
protected boolean |
exclude
|
protected FileSystemRecoveryTarget |
medium
|
Constructor Summary | |
---|---|
AbstractArchiveFilter()
|
Method Summary | |
---|---|
boolean |
isExclude()
Indique si le filtre fonctionne en inclusion ou exclusion |
boolean |
requiresParameters()
Tells wether the filter needs to be parametrized or not |
void |
setExclude(boolean exclude)
Indique si le filtre fonctionne en inclusion ou exclusion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.application.areca.filter.ArchiveFilter |
---|
acceptIteration, acceptParameters, acceptStorage, getStringParameters |
Methods inherited from interface com.myJava.object.Duplicable |
---|
duplicate |
Field Detail |
---|
protected boolean exclude
protected FileSystemRecoveryTarget medium
Constructor Detail |
---|
public AbstractArchiveFilter()
Method Detail |
---|
public boolean isExclude()
ArchiveFilter
isExclude
in interface ArchiveFilter
public void setExclude(boolean exclude)
ArchiveFilter
setExclude
in interface ArchiveFilter
public boolean requiresParameters()
ArchiveFilter
requiresParameters
in interface ArchiveFilter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |