|
GridSim 5.0 beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectFilter
public abstract class Filter
An abstract class for filtering a file from the Replica Catalogue list based on its attributes, such as file name, size, etc. All you need to do is the following:
match(FileAttribute) method for
comparison
FileNameFilter| Constructor Summary | |
|---|---|
Filter()
|
|
| Method Summary | |
|---|---|
abstract boolean |
match(FileAttribute attr)
For each file in the Replica Catalogue list, check whether it contains a FileAttribute object with the given matching attribute(s) |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Filter()
| Method Detail |
|---|
public abstract boolean match(FileAttribute attr)
attr - a FileAttribute object to compare to
|
GridSim 5.0 beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||