Package org.databene.commons.file

Provides model (org.databene.model) implementations for files.

See:
          Description

Interface Summary
FileFilter Joins the databene Filter interface with the java.io.FileFilter interface.
 

Class Summary
DirectoryFileFilter FileFilter implementation that accepts only directories.
FileByNameFilter Wraps a FilenameFilter with a FileFilter.
FileElement Element implementation (of the Visitor Design Pattern) for a File.
FilenameComparator Compares (local) files by their names, supporting different comparation strategies by a user-definable Comparator.
FilenameFormat Formats file names as local names or absolute path.
FileSuffixFilter Filters files matching their suffix with a required suffix.
FileTreeModel databene TreeModel implementation for files.
MultiFileSuffixFilter Matches files by checking their suffix to be one of the specified values.
PatternFileFilter FileFilter that can be configured to accepted files and/or folders based on a regular expression.
 

Package org.databene.commons.file Description

Provides model (org.databene.model) implementations for files.



Copyright © 2010. All Rights Reserved.