Package com.bbn.openmap.util.wanderer

This package contains support to create classes that can traverse file system trees and perform actions on the files and directories.

See:
          Description

Interface Summary
WandererCallback The Wanderer walks through a directory tree, and makes calls to the WandererCallback with what it finds.
 

Class Summary
ChangeCase ChangeCase is a simple class that traverses a file system tree and converts the contents to upper ot lower case letters, depending on the options provided.
DataPathWanderer A DataPathWanderer provides a list of valid data paths found from a parent directory.
OneWaySync The OneWaySync is a class that copies files from one directory to another, skipping specified extensions or only copying files and directories with specified extensions.
OneWaySync.BackCheck  
Purge PURGE deletes files that start with, or end with, certain strings.
SLOC Count the source lines of code but going through the directory and counting ; and }.
TestWandererCallback The Wanderer walks through a directory tree, and makes calls to the WandererCallback with what it finds.
Wanderer A Wanderer is a class that traverses a directory tree and finds files and directories.
 

Package com.bbn.openmap.util.wanderer Description

This package contains support to create classes that can traverse file system trees and perform actions on the files and directories.



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details