Package org.openiam.srvc.common
Interface FileWebService
-
- All Known Implementing Classes:
FileWebServiceImpl
public interface FileWebService
- Author:
- zaporozhec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFile(String fName)
get text file by Name or relative pathFile
saveFile(String fileName, String body)
Save #body to text file named #fileName. if file exists this method overwrites old one
-