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