|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dsrg.sofa.repository.server.webapp.repositorydata.FileLister
public class FileLister
Helper class for listing all files of metadata in repository.
Nested Class Summary | |
---|---|
static interface |
FileLister.FileFoundListener
Listener class used for notifying about found files. |
Constructor Summary | |
---|---|
FileLister(java.io.File directory,
FileLister.FileFoundListener fileFoundListener)
Standard constructor. |
Method Summary | |
---|---|
void |
listAllFiles()
Main method for starting looking for files. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileLister(java.io.File directory, FileLister.FileFoundListener fileFoundListener)
directory
- Root directory of repositoryfileFoundListener
- Listener of found filesMethod Detail |
---|
public void listAllFiles()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |