public interface FileService
| Modifier and Type | Method and Description |
|---|---|
int |
countFiles() |
FileInfo |
createFile(String path) |
int |
delete(String pattern) |
List<FileInfo> |
getFiles(int startFile,
int pageSize) |
Resource |
getResource(String path) |
boolean |
publish(FileInfo target) |
FileInfo createFile(String path) throws IOException
IOExceptionboolean publish(FileInfo target) throws IOException
IOExceptionList<FileInfo> getFiles(int startFile, int pageSize) throws IOException
IOExceptionint countFiles()
int delete(String pattern) throws IOException
IOExceptionCopyright © 2015. All rights reserved.