Uses of Class
org.apache.ibatis.abator.api.GeneratedJavaFile

Packages that use GeneratedJavaFile
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 GeneratedJavaFile in org.apache.ibatis.abator.api
 

Methods in org.apache.ibatis.abator.api with parameters of type GeneratedJavaFile
 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 GeneratedJavaFile in org.apache.ibatis.abator.internal
 

Methods in org.apache.ibatis.abator.internal with parameters of type GeneratedJavaFile
 java.lang.String DefaultShellCallback.mergeJavaFile(GeneratedJavaFile newFile, java.lang.String javadocTag, java.util.List warnings)
           
 

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

Methods in org.apache.ibatis.abator.ui.plugin with parameters of type GeneratedJavaFile
 java.lang.String EclipseShellCallback.mergeJavaFile(GeneratedJavaFile newFile, java.lang.String javadocTag, java.util.List warnings)
           
 

Constructors in org.apache.ibatis.abator.ui.plugin with parameters of type GeneratedJavaFile
JavaFileMerger(GeneratedJavaFile generatedJavaFile, IFile existingFile)