Package org.pf.file

File and I/O Utility Classes
Provides various helper methods, easy access to ZIP files, a easy-to-use iteration over the file system and a simpliefied properties file loader.

See:
          Description

Interface Summary
FileHandler This interface must be implemented by classes, that want to use the generic services of FileWalker.
LineProcessor A simple interface that allows processing a longer text line by line.
 

Class Summary
AbstractFileHandler This abstract class implements some of the FileHandler interface methods in a way that allows subclasses to concentrate on the method handleFile().
AFileProcessor An abstract class that defines the method proccessFile( File ) to be implemented by any subclass.
ArchiveTOC This is a wrapper class around a zip archive's table of contents.
Classpath Represents a classpath definition whereas the elements are already parsed an validated.
ClasspathElement Represents one entry in a classpath.
DefaultFilenameFilter This filter implements the standard pattern matching on UNIX and Windows platforms.
DirectoryContents Represents one directory path with all its contained files.
ExtendedFileFilter This filter implements the standard pattern matching on UNIX and Windows platforms.
FileDirectoryScanner This scanner starts at a specified base directory and collects information about all contained files and sub directories and their contained files and so on.
FileFinder Helper class with convenient methods to find files.
FileInfo This data object holds the name, size and modification date of a file.
FileLocator This class mainly supports access to files which can be in the normal file directory structure or inside zip archives.
FileUtil This class provides helper methods for file and stream handling.
FileWalker This class provides services to navigate through a file directory and handle files that match a name filter.
LoggerProvider This is the central access point for the package's logger.
PropertiesFileContent Represents a properties collection with empty lines and comments.
PropertiesFileWriter Writes ordered properties with preserved comments and blank lines to a file.
PropertyFileLoader Provides some static convenience methods to load properties from property files.
TableOfContents An instance of this class contains a list of DirectoryContnts objects.
 

Package org.pf.file Description

File and I/O Utility Classes


Provides various helper methods, easy access to ZIP files, a easy-to-use iteration over the file system and a simpliefied properties file loader.