// add the rules for the URL to URLC process. This has two
// aliases. The former, which is the original name, is now
// deprecated as "DMS" is not a valid name in terms of
// Product Management naming.
// @todo later delete this deprecated rule when PM deems that it can be removed
ruleSet.addRule("convertImageURLToDMS",
new AbstractAddAdapterRule() {
// javadoc inherited
public AdapterProcess createAdapterProcess(
DynamicProcess dynamicProcess) {
return new URLToURLCAdapterProcess();