public abstract class GeneratedFile extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
targetProject |
Modifier | Constructor and Description |
---|---|
protected |
GeneratedFile(String targetProject) |
Modifier and Type | Method and Description |
---|---|
abstract String |
getFileEncoding() |
abstract String |
getFileName()
Get the file name (without any path).
|
abstract String |
getFormattedContent()
Returns the entire contents of the generated file.
|
abstract String |
getTargetPackage()
Get the target package for the file.
|
String |
getTargetProject()
Gets the target project.
|
abstract boolean |
isMergeable()
Checks if is mergeable.
|
String |
toString() |
protected final String targetProject
protected GeneratedFile(String targetProject)
public abstract String getFormattedContent()
public abstract String getFileName()
public String getTargetProject()
public abstract String getTargetPackage()
public abstract boolean isMergeable()
public abstract String getFileEncoding()
Copyright © 2006–2024 MyBatis.org. All rights reserved.