public class RpfFileSearch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector<java.lang.String> |
files
The list of RPF frame files.
|
Constructor and Description |
---|
RpfFileSearch() |
RpfFileSearch(java.lang.String startingDir)
Construct and go, starting with the given directory pathname.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getFiles()
Get the file list as a String[].
|
void |
handleEntry(java.io.File file,
boolean RPFDirFound)
Search, given a file, plus a flag to let it know if the RPF directory is
somewhere above the file in the file sytem.
|
boolean |
handleEntry(java.lang.String startingDir)
Search, starting with the given directory pathname.
|
static void |
main(java.lang.String[] argv) |
java.lang.String |
toString() |
public RpfFileSearch()
public RpfFileSearch(java.lang.String startingDir)
public boolean handleEntry(java.lang.String startingDir)
public void handleEntry(java.io.File file, boolean RPFDirFound)
public java.lang.String[] getFiles()
public java.lang.String toString()
toString
in class java.lang.Object
public static void main(java.lang.String[] argv)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details