Package com.mucommander.file.filter

Class Summary
AndFileFilter AndFileFilter is a ChainedFileFilter that matches a file if all of its registered filters match it.
AttributeFileFilter AttributeFileFilter matches files which have a specific attribute set.
ChainedFileFilter ChainedFileFilter combines one or several FileFilter to act as just one.
ContainsFilenameFilter This FilenameFilter matches filenames that contain a specified string that can be located anywhere in the filename.
DSStoreFileFilter DSStoreFileFilter is a FilenameFilter that matches Mac OS X '.DS_Store' files.
EndsFilenameFilter This FilenameFilter matches filenames that end with a specified string.
EqualsFilenameFilter This FilenameFilter matches filenames that are equal to a specified string.
ExtensionFilenameFilter This FilenameFilter matches filenames ending with one of several specified extensions.
FileFilter A FileFilter matches files that meet certain criteria.
FilenameFilter FilenameFilter is a FileFilter that operates on filenames.
OrFileFilter OrFileFilter is a ChainedFileFilter that matches a file if one of its registered filters matches it.
PassThroughFileFilter PassThroughFileFilter is a filter that accepts all files.
RegexpFilenameFilter Regular expressions based filename filter.
StartsFilenameFilter This FilenameFilter matches filenames that start with a specified string.
SystemFileFilter Filter used to filter out system files and folders that should not be displayed to inexperienced users.
 



This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard