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   
org.apache.ibatis.abator.ui.plugin   
 

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
static java.lang.String XmlFileMergerJaxp.getMergedSource(GeneratedXmlFile generatedXmlFile, java.io.File existingFile)
           
 java.io.File DefaultShellCallback.getDirectory(java.lang.String targetProject, java.lang.String targetPackage, java.util.List warnings)
           
 java.lang.String DefaultShellCallback.mergeJavaFile(GeneratedJavaFile newFile, java.lang.String javadocTag, java.util.List warnings)
           
 

Uses of ShellException in org.apache.ibatis.abator.ui.plugin
 

Methods in org.apache.ibatis.abator.ui.plugin that throw ShellException
 java.io.File EclipseShellCallback.getDirectory(java.lang.String targetProject, java.lang.String targetPackage, java.util.List warnings)
           
 java.lang.String EclipseShellCallback.mergeJavaFile(GeneratedJavaFile newFile, java.lang.String javadocTag, java.util.List warnings)