![JAR search and dependency download from the Maven repository](/logo.png)
com.ktanx.autocoder.task.FileHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ktanx-autocoder Show documentation
Show all versions of ktanx-autocoder Show documentation
ktanx-autocoder is a java code generate kit.
The newest version!
package com.ktanx.autocoder.task;
import com.ktanx.autocoder.config.CodeTask;
import com.ktanx.autocoder.config.Configuration;
import com.ktanx.autocoder.config.TableMetaData;
public interface FileHandler {
/**
* 写入到文件
*
* @param content the content
* @param tableMetaData the table meta data
* @param codeTask the code task
* @param configuration the configuration
* @return the string
*/
String writeToFile(String content, TableMetaData tableMetaData, CodeTask codeTask, Configuration configuration);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy