public interface FileProcessor
Modifier and Type | Method and Description |
---|---|
void |
cleanFolder(String path) |
void |
copyFolder(String copyFrom,
String copyTo) |
void |
createFolder(String path) |
void |
delete(String path) |
void |
downloadFile(String downloadFilePath,
String saveToPath) |
boolean |
exists(List<String> paths) |
void |
uploadFile(List<String> filesPath,
String saveToPath) |