org.apache.ibatis.ibator.config
Class IbatorPluginConfiguration

java.lang.Object
  extended by org.apache.ibatis.ibator.config.PropertyHolder
      extended by org.apache.ibatis.ibator.config.TypedPropertyHolder
          extended by org.apache.ibatis.ibator.config.IbatorPluginConfiguration

public class IbatorPluginConfiguration
extends TypedPropertyHolder

Author:
Jeff Butler

Constructor Summary
IbatorPluginConfiguration()
           
 
Method Summary
 XmlElement toXmlElement()
           
 void validate(java.util.List<java.lang.String> errors, java.lang.String contextId)
           
 
Methods inherited from class org.apache.ibatis.ibator.config.TypedPropertyHolder
getConfigurationType, setConfigurationType
 
Methods inherited from class org.apache.ibatis.ibator.config.PropertyHolder
addProperty, addPropertyXmlElements, getProperties, getProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IbatorPluginConfiguration

public IbatorPluginConfiguration()
Method Detail

toXmlElement

public XmlElement toXmlElement()

validate

public void validate(java.util.List<java.lang.String> errors,
                     java.lang.String contextId)