org.apache.ibatis.abator.config
Class AbatorConfiguration

java.lang.Object
  extended byorg.apache.ibatis.abator.config.AbatorConfiguration

public class AbatorConfiguration
extends java.lang.Object

Author:
Jeff Butler

Constructor Summary
AbatorConfiguration()
           
 
Method Summary
 void addAbatorContext(AbatorContext abatorContext)
           
 java.util.List getAbatorContexts()
           
 void validate()
          This method does a simple validate, it makes sure that all required fields have been filled in and that all implementation classes exist and are of the proper type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbatorConfiguration

public AbatorConfiguration()
Method Detail

validate

public void validate()
              throws InvalidConfigurationException
This method does a simple validate, it makes sure that all required fields have been filled in and that all implementation classes exist and are of the proper type. It does not do any more complex operations such as: validating that database tables exist or validating that named columns exist

Throws:
InvalidConfigurationException

getAbatorContexts

public java.util.List getAbatorContexts()

addAbatorContext

public void addAbatorContext(AbatorContext abatorContext)