public interface WIOProjectOperations
| Modifier and Type | Method and Description |
|---|---|
void |
copyFile(String fromPath,
String toPath) |
WIOFile |
createDirectory(String path) |
WIOFile |
createFile(String path,
String type,
String userId) |
void |
deleteFile(String path) |
void |
destroy() |
boolean |
fileExists(String path) |
WIOFile |
getFile(String path) |
FileInfo[] |
getFilesInfo(String path,
boolean recursive) |
String |
getId() |
int |
getMaxOpenedFiles() |
int |
getNumOpenedFiles() |
WIOFile |
getRootFile() |
String |
getUser() |
void |
moveFile(String fromPath,
String toPath) |
void |
renameFile(String path,
String newName) |
int getNumOpenedFiles()
throws WIOServiceException
WIOServiceExceptionint getMaxOpenedFiles()
throws WIOServiceException
WIOServiceExceptionvoid destroy()
throws WIOServiceException
WIOServiceExceptionString getId() throws WIOServiceException
WIOServiceExceptionString getUser() throws WIOServiceException
WIOServiceExceptionWIOFile getRootFile() throws WIOServiceException
WIOServiceExceptionWIOFile getFile(String path) throws WIOServiceException
WIOServiceExceptionFileInfo[] getFilesInfo(String path, boolean recursive) throws WIOServiceException
WIOServiceExceptionboolean fileExists(String path) throws WIOServiceException
WIOServiceExceptionvoid renameFile(String path, String newName) throws WIOServiceException
WIOServiceExceptionvoid deleteFile(String path) throws WIOServiceException
WIOServiceExceptionvoid moveFile(String fromPath, String toPath) throws WIOServiceException
WIOServiceExceptionvoid copyFile(String fromPath, String toPath) throws WIOServiceException
WIOServiceExceptionWIOFile createFile(String path, String type, String userId) throws WIOServiceException
WIOServiceExceptionWIOFile createDirectory(String path) throws WIOServiceException
WIOServiceExceptionCopyright © 2020. All rights reserved.