Package | Description |
---|---|
org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
org.mybatis.generator.internal | |
org.mybatis.generator.maven |
Modifier and Type | Method and Description |
---|---|
File |
ShellCallback.getDirectory(String targetProject,
String targetPackage)
This method is called to ask the shell to resolve a
project/package combination into a directory on the file system.
|
String |
ShellCallback.mergeJavaFile(String newFileSource,
String existingFileFullPath,
String[] javadocTags,
String fileEncoding)
This method is called if a newly generated Java file would
overwrite an existing file.
|
Modifier and Type | Method and Description |
---|---|
File |
DefaultShellCallback.getDirectory(String targetProject,
String targetPackage) |
static String |
XmlFileMergerJaxp.getMergedSource(GeneratedXmlFile generatedXmlFile,
File existingFile) |
static String |
XmlFileMergerJaxp.getMergedSource(InputSource newFile,
InputSource existingFile,
String existingFileName) |
String |
DefaultShellCallback.mergeJavaFile(String newFileSource,
String existingFileFullPath,
String[] javadocTags,
String fileEncoding) |
String |
DomWriter.toString(Document document) |
protected void |
DomWriter.write(Document node) |
protected void |
DomWriter.write(DocumentType node) |
protected void |
DomWriter.write(Element node) |
protected void |
DomWriter.writeAnyNode(Node node) |
Modifier and Type | Method and Description |
---|---|
File |
MavenShellCallback.getDirectory(String targetProject,
String targetPackage) |
Copyright © 2010–2018 MyBatis.org. All rights reserved.