org.mybatis.generator.config
Class PluginConfiguration

java.lang.Object
  extended by org.mybatis.generator.config.PropertyHolder
      extended by org.mybatis.generator.config.TypedPropertyHolder
          extended by org.mybatis.generator.config.PluginConfiguration

public class PluginConfiguration
extends TypedPropertyHolder

Author:
Jeff Butler

Constructor Summary
PluginConfiguration()
           
 
Method Summary
 XmlElement toXmlElement()
           
 void validate(List<String> errors, String contextId)
           
 
Methods inherited from class org.mybatis.generator.config.TypedPropertyHolder
getConfigurationType, setConfigurationType
 
Methods inherited from class org.mybatis.generator.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

PluginConfiguration

public PluginConfiguration()
Method Detail

toXmlElement

public XmlElement toXmlElement()

validate

public void validate(List<String> errors,
                     String contextId)


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.