Class AbstractMergeAction

java.lang.Object
ch.galinet.xml.xmlmerge.action.AbstractMergeAction
All Implemented Interfaces:
Action, MergeAction, Operation
Direct Known Subclasses:
OrderedMergeAction, XsdInsertAction

public abstract class AbstractMergeAction extends Object implements MergeAction
Gathers the operation factory-related behaviour and a default configuration.
Author:
Laurent Bovet (LBO), Alex Mathey (AMA)
  • Field Details

  • Constructor Details

    • AbstractMergeAction

      public AbstractMergeAction()
  • Method Details

    • setMapperFactory

      public void setMapperFactory(OperationFactory factory)
      Sets the action's mapper factory.
      Specified by:
      setMapperFactory in interface MergeAction
      Parameters:
      factory - The action's mapper factory
    • setMatcherFactory

      public void setMatcherFactory(OperationFactory factory)
      Sets the action's matcher factory.
      Specified by:
      setMatcherFactory in interface MergeAction
      Parameters:
      factory - The action's matcher factory
    • setActionFactory

      public void setActionFactory(OperationFactory factory)
      Sets the action's action factory.
      Specified by:
      setActionFactory in interface MergeAction
      Parameters:
      factory - The action's action factory