Uses of Interface
org.apache.ibatis.abator.api.ShellCallback

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

Constructors in org.apache.ibatis.abator.api with parameters of type ShellCallback
Abator(AbatorConfiguration abatorConfiguration, ShellCallback shellCallback, java.util.List warnings)
          Constructs an Abator object.
 

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

Classes in org.apache.ibatis.abator.internal that implement ShellCallback
 class DefaultShellCallback
           
 

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

Classes in org.apache.ibatis.abator.ui.plugin that implement ShellCallback
 class EclipseShellCallback