Package com.cm.codemaker.service.impl
Class FileServiceImpl
java.lang.Object
com.cm.codemaker.service.impl.FileServiceImpl
- All Implemented Interfaces:
IFileService
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileServiceImpl
public FileServiceImpl()
-
-
Method Details
-
createFile
public String createFile(String code, String fileName, String fileType, Boolean overwrite) throws Exception - Specified by:
createFilein interfaceIFileService- Throws:
Exception
-