Uses of Class
org.mybatis.generator.exception.ShellException

Packages that use ShellException
org.mybatis.generator.api Provides the main classes and interfaces used by clients of MyBatis Generator. 
org.mybatis.generator.internal   
 

Uses of ShellException in org.mybatis.generator.api
 

Methods in org.mybatis.generator.api that throw ShellException
 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.
 

Uses of ShellException in org.mybatis.generator.internal
 

Methods in org.mybatis.generator.internal that throw ShellException
 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)
           
 



Copyright © 2010-2012 MyBatis.org. All Rights Reserved.