|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileSystemDAO
Abstraction of tasks executed on the file system
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 |
Method Detail |
---|
java.util.List<java.lang.String> getFilesInPath(java.lang.String path)
path
- the path to the folder
java.lang.String computeMd5Hash(java.lang.String path)
path
- the path of the file to be checked
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |