Uses of Class
org.apache.ibatis.ibator.exception.ShellException

Packages that use ShellException
org.apache.ibatis.ibator.api Provides the main classes and interfaces used by clients of ibator. 
org.apache.ibatis.ibator.internal   
 

Uses of ShellException in org.apache.ibatis.ibator.api
 

Methods in org.apache.ibatis.ibator.api that throw ShellException
 java.io.File ShellCallback.getDirectory(java.lang.String targetProject, java.lang.String targetPackage)
          ibator will call this method to ask the shell to resolve a project/package combination into a directory on the file system.
 java.lang.String ShellCallback.mergeJavaFile(java.lang.String newFileSource, java.lang.String existingFileFullPath, java.lang.String[] javadocTags)
          ibator will call this method if a newly generated Java file would overwrite an existing file.
 

Uses of ShellException in org.apache.ibatis.ibator.internal
 

Methods in org.apache.ibatis.ibator.internal that throw ShellException
 java.io.File DefaultShellCallback.getDirectory(java.lang.String targetProject, java.lang.String targetPackage)
           
static java.lang.String XmlFileMergerJaxp.getMergedSource(GeneratedXmlFile generatedXmlFile, java.io.File existingFile)
           
 java.lang.String DefaultShellCallback.mergeJavaFile(java.lang.String newFileSource, java.lang.String existingFileFullPath, java.lang.String[] javadocTags)
           
 java.lang.String DomWriter.toString(org.w3c.dom.Document document)
           
protected  void DomWriter.write(org.w3c.dom.Document node)
           
protected  void DomWriter.write(org.w3c.dom.DocumentType node)
           
protected  void DomWriter.write(org.w3c.dom.Element node)
           
protected  void DomWriter.writeAnyNode(org.w3c.dom.Node node)