|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ch.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 FileSystemDAO
path
- the path to the folder
FileSystemDAO.getFilesInPath(String)
public java.lang.String computeMd5Hash(java.lang.String path)
FileSystemDAO
computeMd5Hash
in interface FileSystemDAO
path
- 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 |