Uses of Class
com.usefullittlethings.saw.apps.file.AbstractFileFilterPlugin

Packages that use AbstractFileFilterPlugin
com.usefullittlethings.saw.apps.file   
 

Uses of AbstractFileFilterPlugin in com.usefullittlethings.saw.apps.file
 

Subclasses of AbstractFileFilterPlugin in com.usefullittlethings.saw.apps.file
 class CompareTo
          Filters files by whether or not they match another file, based on contents, size, or date modified.
 class ContainsText
          Filters files by whether or not they contain a text string.
 class DateRange
          Filters files by whether or not the data modified falls within a specified range.
 class ManualSelection
          Filters files by allowing the user to individually select items to include/exclude.
 class Mask
          Filters files in result list on whether or not the file name matches a particular mask pattern or string.
 class Size
          Filters files in the result list on whether or not the file size falls within a specified range.