org.kwb.picl.ImageNameFilter Class Reference

List of all members.

Detailed Description

This class represents an image name filter.

Author:
Kevin Brown
The image filter specifies what types of files the application can rename.


Public Member Functions

boolean accept (File fileDir, String fileName)
 This method implements the accept() method of FilenameFilter to filter the list to files ending with .jpg.
String getDescription ()
 Get the description.


Member Function Documentation

boolean org.kwb.picl.ImageNameFilter.accept ( File  fileDir,
String  fileName 
)

This method implements the accept() method of FilenameFilter to filter the list to files ending with .jpg.

Parameters:
fileDir The directory that contains the files.
fileName The name of the file to accept or not accept.
Returns:
boolean True if the file is accepted.

String org.kwb.picl.ImageNameFilter.getDescription (  ) 

Get the description.

Returns:
String The description.


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