public interface FileCreator extends FileReader
| Modifier and Type | Method and Description |
|---|---|
void |
genAppendFile(String fullPathAndName,
String content)
Append content to the end of the file.
|
void |
genFile(String fullPathAndName,
String content)
Write content to generated file.
|
void |
genFile(String fullPath,
String fileName,
String content)
Write content to generated file.
|
void |
genFile(String basePath,
String packagePath,
String fileName,
String content)
Write content to generated file.
|
void |
setCharsetName(String charsetName)
set charsetName
|
readFile, readFilevoid genFile(String fullPathAndName, String content)
fullPathAndName - All paths, including file namescontent - file of contentvoid genFile(String fullPath, String fileName, String content)
fullPath - full pathfileName - file namecontent - file of contentvoid genFile(String basePath, String packagePath, String fileName, String content)
basePath - base pathpackagePath - package pathfileName - file namecontent - file of contentvoid genAppendFile(String fullPathAndName, String content)
fullPathAndName - All paths, including file namescontent - file of contentvoid setCharsetName(String charsetName)
charsetName - charset nameCopyright © 2023. All rights reserved.