|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WandererCallback | |
com.bbn.openmap.dataAccess.dted | |
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. |
Uses of WandererCallback in com.bbn.openmap.dataAccess.dted |
Classes in com.bbn.openmap.dataAccess.dted that implement WandererCallback | |
class |
DTEDLocator
DTEDLocator finds DTED frame files, and organizes them by level, longitude and latitude. |
Uses of WandererCallback in com.bbn.openmap.util.wanderer |
Classes in com.bbn.openmap.util.wanderer that implement WandererCallback | |
class |
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. |
class |
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. |
static class |
OneWaySync.BackCheck
|
class |
Purge
PURGE deletes files that start with, or end with, certain strings. |
class |
SLOC
Count the source lines of code but going through the directory and counting ; and }. |
class |
TestWandererCallback
The Wanderer walks through a directory tree, and makes calls to the WandererCallback with what it finds. |
Methods in com.bbn.openmap.util.wanderer that return WandererCallback | |
WandererCallback |
Wanderer.getCallback()
|
Methods in com.bbn.openmap.util.wanderer with parameters of type WandererCallback | |
void |
Wanderer.setCallback(WandererCallback cb)
|
Constructors in com.bbn.openmap.util.wanderer with parameters of type WandererCallback | |
Wanderer(WandererCallback callback)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |