edu.rice.cs.hpc.data.util.Util.FileXMLFilter Class Reference

Class to filter the list of files in a directory and return only XML files The filter is basically very simple: if the last 3 letters has "xml" substring then we consider it as XML file. More...

Inheritance diagram for edu.rice.cs.hpc.data.util.Util.FileXMLFilter:
Inheritance graph
[legend]
Collaboration diagram for edu.rice.cs.hpc.data.util.Util.FileXMLFilter:
Collaboration graph
[legend]

List of all members.

Public Member Functions

boolean accept (File pathname, String sName)

Detailed Description

Class to filter the list of files in a directory and return only XML files The filter is basically very simple: if the last 3 letters has "xml" substring then we consider it as XML file.

TODO: we need to have a more sophisticated approach to filter only the real XML files

Definition at line 172 of file Util.java.


Member Function Documentation

boolean edu.rice.cs.hpc.data.util.Util.FileXMLFilter.accept ( File  pathname,
String  sName 
)

Definition at line 173 of file Util.java.


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1