Uses of Class
org.mybatis.generator.exception.ShellException
Packages that use ShellException
Package
Description
Provides the main classes and interfaces used by clients of MyBatis Generator.
-
Uses of ShellException in org.mybatis.generator.api
Methods in org.mybatis.generator.api that throw ShellExceptionModifier and TypeMethodDescriptionShellCallback.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.default StringShellCallback.mergeJavaFile(String newFileSource, File existingFile, String[] javadocTags, String fileEncoding) This method is called if a newly generated Java file would overwrite an existing file. -
Uses of ShellException in org.mybatis.generator.internal
Methods in org.mybatis.generator.internal that throw ShellExceptionModifier and TypeMethodDescriptionDefaultShellCallback.getDirectory(String targetProject, String targetPackage) static StringXmlFileMergerJaxp.getMergedSource(GeneratedXmlFile generatedXmlFile, File existingFile) static StringXmlFileMergerJaxp.getMergedSource(InputSource newFile, InputSource existingFile, String existingFileName) private static StringXmlFileMergerJaxp.prettyPrint(Document document) protected voidprotected voidprotected voidDomWriter.writeAnyNode(Node node) -
Uses of ShellException in org.mybatis.generator.maven
Methods in org.mybatis.generator.maven that throw ShellExceptionModifier and TypeMethodDescriptionMavenShellCallback.getDirectory(String targetProject, String targetPackage)