public abstract class

PropertyHolder

extends Object
java.lang.Object
   ↳ org.mybatis.generator.config.PropertyHolder
Known Direct Subclasses
Known Indirect Subclasses

Summary

Public Constructors
PropertyHolder()
Public Methods
void addProperty(String name, String value)
Properties getProperties()
String getProperty(String name)
Protected Methods
void addPropertyXmlElements(XmlElement xmlElement)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PropertyHolder ()

Public Methods

public void addProperty (String name, String value)

public Properties getProperties ()

public String getProperty (String name)

Protected Methods

protected void addPropertyXmlElements (XmlElement xmlElement)