|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.layer.rpf.RpfFileSearch
public class RpfFileSearch
This class rummages through a file structure looking for RPF files. If there isn't a RPF directory somewhere in the absolute path for a file, it's not considered to be a RPF file.
| Field Summary | |
|---|---|
protected java.util.Vector<java.lang.String> |
files
The list of RPF frame files. |
| Constructor Summary | |
|---|---|
RpfFileSearch()
|
|
RpfFileSearch(java.lang.String startingDir)
Construct and go, starting with the given directory pathname. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Vector<java.lang.String> files
| Constructor Detail |
|---|
public RpfFileSearch()
public RpfFileSearch(java.lang.String startingDir)
| Method Detail |
|---|
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.Objectpublic static void main(java.lang.String[] argv)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||