|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.busyboxes.agoo.dao.impl.FileSystemDAOImpl
public class FileSystemDAOImpl
Implementation of the file system dao
| Constructor Summary | |
|---|---|
FileSystemDAOImpl()
|
|
| Method Summary | |
|---|---|
java.lang.String |
computeMd5Hash(java.lang.String path)
Compute md5 hash |
java.util.List<java.lang.String> |
getFilesInPath(java.lang.String path)
List all files in a given folder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileSystemDAOImpl()
| Method Detail |
|---|
public java.util.List<java.lang.String> getFilesInPath(java.lang.String path)
FileSystemDAO
getFilesInPath in interface FileSystemDAOpath - the path to the folder
FileSystemDAO.getFilesInPath(String)public java.lang.String computeMd5Hash(java.lang.String path)
FileSystemDAO
computeMd5Hash in interface FileSystemDAOpath - the path of the file to be checked
FileSystemDAO.computeMd5Hash(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||