public abstract class GeneratedFile extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
targetProject |
Constructor and Description |
---|
GeneratedFile(String targetProject) |
Modifier and Type | Method and Description |
---|---|
abstract String |
getFileName()
Get the file name (without any path).
|
abstract String |
getFormattedContent()
This method 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() |
String |
toString() |
protected String targetProject
public GeneratedFile(String targetProject)
public abstract String getFormattedContent()
public abstract String getFileName()
public String getTargetProject()
public abstract String getTargetPackage()
public abstract boolean isMergeable()
Copyright © 2010–2018 MyBatis.org. All rights reserved.