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   
 

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)