|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArchiveFilter
Archive filter interface.
Method Summary | |
---|---|
boolean |
acceptIteration(java.io.File f)
|
void |
acceptParameters(java.lang.String parameters)
Parses the string provided as argument and inits the filter |
boolean |
acceptStorage(java.io.File f)
|
java.lang.String |
getStringParameters()
Returns the filter's parameters as a String |
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 interface com.myJava.object.Duplicable |
---|
duplicate |
Method Detail |
---|
boolean acceptIteration(java.io.File f)
boolean acceptStorage(java.io.File f)
boolean isExclude()
void setExclude(boolean exclude)
exclude
- void acceptParameters(java.lang.String parameters)
java.lang.String getStringParameters()
boolean requiresParameters()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |