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
IOException
boolean publish(FileInfo target) throws IOException
IOException
List<FileInfo> getFiles(int startFile, int pageSize) throws IOException
IOException
int countFiles()
int delete(String pattern) throws IOException
IOException
Copyright © 2015. All rights reserved.