|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.ce.monitorapij.resource.ClassFilter
This class checks if a file located in the specified directory is a jar.
FilenameFilter
Constructor Summary | |
ClassFilter()
|
Method Summary | |
boolean |
accept(java.io.File dir,
java.lang.String name)
Check if a file located in the specified directory is a jar. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassFilter()
Method Detail |
public boolean accept(java.io.File dir, java.lang.String name)
accept
in interface java.io.FilenameFilter
dir
- File specifying a directory (not yet used).name
- String specifying the name of the file to check.
FilenameFilter.accept(java.io.File, java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |