A package for various Chrysalis plugins. The plugins can be used to customize certain behaviors in Chrysalis. The classes in this package are abstract; custom implementation of the Chrysalis plugins are subclasses of these abstract classes. Plugins should be configured in the ChrysalisConfig.xml file.

<config>
  <plugin>
    <user class="Custom-Class-Name" />
    <-- Other plugins, as needed -->
  </plugin>
</config>

The plugin class should be a subclass of the appropriate superclass from this package. If no custom plugin is defined for a given plugin, the plugins in the org.chwf.plugin.defaults package are used.