org.agileclick.genorm
Interface GenPlugin

All Known Subinterfaces:
CreatePlugin, ORMPlugin, QueryPlugin
All Known Implementing Classes:
HSQLDB, MemCachePlugin, MySQL, Postgres, WebFieldSetterPlugin

public interface GenPlugin


Method Summary
 void init(Element pluginElement, java.util.Properties config)
          Called to initialize the plugin
 

Method Detail

init

void init(Element pluginElement,
          java.util.Properties config)
Called to initialize the plugin

Parameters:
pluginElement - The <plugin> is passed so other options and parameters can be parsed by the plugin
config - Configuration options that were provided in the XML or from the command line