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

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

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

Methods in org.apache.ibatis.abator.api that throw ShellException
 java.io.File ShellCallback.getDirectory(java.lang.String targetProject, java.lang.String targetPackage, java.util.List warnings)
          Abator 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(GeneratedJavaFile newFile, java.lang.String javadocTag, java.util.List warninigs)
          Abator will call this method if a newly generated Java file would overwrite an existing file.
 

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

Methods in org.apache.ibatis.abator.internal that throw ShellException
 java.io.File DefaultShellCallback.getDirectory(java.lang.String targetProject, java.lang.String targetPackage, java.util.List warnings)
           
static java.lang.String XmlFileMergerJaxp.getMergedSource(GeneratedXmlFile generatedXmlFile, java.io.File existingFile)
           
 java.lang.String DefaultShellCallback.mergeJavaFile(GeneratedJavaFile newFile, java.lang.String javadocTag, java.util.List warnings)
           
 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)