Public Member Functions | |
XmlSeeker () | |
boolean | accept (File dir, String name) |
ArrayList | getXmls (String xsd) |
void | addDir (String path) |
void | clearDirs () |
void | removeDir (String path) |
Private Attributes | |
ArrayList< File > | dirs |
|
Simple contructor |
|
Accepts only filenames finishing with ".xml"
|
|
Add a new directory for searching for XMLs.
|
|
Clean all the dirs with no exception |
|
Get an Arraylist with the XMLs on the added dirs that conforms with the xsd filename.
|
|
remove a directory from the list |
|
Seeker directories |