Package org.openiam.esb.core.service
Interface FileService
-
- All Known Implementing Classes:
FileServiceImpl
public interface FileService
Created by alexander on 16/08/16.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
appendToFile(String fName, String value)
String
getFile(String fName)
File
saveFile(String fName, String value)
-