Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: converted to 1.6 markup

Name

Implements Interface

Intent

There are multiple implementations of a particular interface and more implementation to come. New classes should be able to be instantiated without changing the configuration rules.

Sample Code

No Format
<chain-element 
  className="com.package.ThirdChainElement"
  visible="true"
  length="1" />

No Format
digester.addObjectCreate("chain-element", "com.package.BaseChainElement", "className";
digester.addSetProperties("chain-element");