|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServerManagement
Contract for server manager.
Method Summary | |
---|---|
void |
uploadFile(String fileName,
String path)
Upload a file to the server from the specified directory. |
void |
uploadFiles(String[] fileNames,
String path)
Upload files to the server from the specified directory. |
Method Detail |
---|
void uploadFiles(String[] fileNames, String path)
fileNames
- Names os the files to upload.path
- Loaction of the files.void uploadFile(String fileName, String path)
fileName
- The file name.path
- Loaction of the files.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |