|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.mp3Spider.ShareVu
This class is the actual thing that lists the contents of an SMB share recursively.
Field Summary | |
(package private) java.io.FileWriter |
fwrite
Stream representing the file to write the output |
(package private) CifsLogin |
login
CifsLogin object that holds login info |
(package private) java.lang.String |
mach
The machine name to which we are connected |
(package private) java.lang.Thread |
t
Thread that does all the dirty work |
Constructor Summary | |
(package private) |
ShareVu(java.lang.String mach,
CifsLogin login,
java.io.FileWriter fwrite)
Constructor |
Method Summary | |
void |
run()
Entry point for the thread |
Methods inherited from class java.lang.Object |
|
Field Detail |
java.lang.Thread t
java.lang.String mach
java.io.FileWriter fwrite
CifsLogin login
Constructor Detail |
ShareVu(java.lang.String mach, CifsLogin login, java.io.FileWriter fwrite)
mach
- Machine name to connect.login
- Object representing the login infofwrite
- File to write resultsMethod Detail |
public void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |