Uses of Interface
ch.galinet.xml.xmlmerge.OperationFactory
Packages that use OperationFactory
Package
Description
Interfaces and classes defining the XmlMerge API.
Implementation of built-in actions.
Implementation of built-in operation factories.
-
Uses of OperationFactory in ch.galinet.xml.xmlmerge
Methods in ch.galinet.xml.xmlmerge with parameters of type OperationFactoryModifier and TypeMethodDescriptionvoidMergeAction.setActionFactory(OperationFactory factory) Sets the action's action factory.voidMergeAction.setMapperFactory(OperationFactory factory) Sets the action's mapper factory.voidMergeAction.setMatcherFactory(OperationFactory factory) Sets the action's matcher factory. -
Uses of OperationFactory in ch.galinet.xml.xmlmerge.action
Fields in ch.galinet.xml.xmlmerge.action declared as OperationFactoryModifier and TypeFieldDescriptionprotected OperationFactoryAbstractMergeAction.m_actionFactoryAction factory.protected OperationFactoryAbstractMergeAction.m_mapperFactoryMapper factory.protected OperationFactoryAbstractMergeAction.m_matcherFactoryMatcher factory.Methods in ch.galinet.xml.xmlmerge.action with parameters of type OperationFactoryModifier and TypeMethodDescriptionvoidAbstractMergeAction.setActionFactory(OperationFactory factory) Sets the action's action factory.voidAbstractMergeAction.setMapperFactory(OperationFactory factory) Sets the action's mapper factory.voidAbstractMergeAction.setMatcherFactory(OperationFactory factory) Sets the action's matcher factory. -
Uses of OperationFactory in ch.galinet.xml.xmlmerge.factory
Classes in ch.galinet.xml.xmlmerge.factory that implement OperationFactoryModifier and TypeClassDescriptionclassCreates operations by inspecting keywords passed as attributes in patch elements.classAn operation factory delegating to other operation factories according to the existence of the original and patch element.classAn operation factory returning always the same operation whatever the specified elements.classAn operation factory that resolves operations given a map { xpath (as String), Operation }.Methods in ch.galinet.xml.xmlmerge.factory with parameters of type OperationFactoryModifier and TypeMethodDescriptionvoidDiffOperationFactory.setInBothOperationFactory(OperationFactory inBothOperationFactory) Sets the operation factory this factory delegates to if the original and patch elements exist.voidDiffOperationFactory.setOnlyInOriginalOperationFactory(OperationFactory onlyInOriginalOperationFactory) Sets the operation factory this factory delegates to if only the original element exists.voidDiffOperationFactory.setOnlyInPatchOperationFactory(OperationFactory onlyInPatchOperationFactory) Sets the operation factory this factory delegates to if only the patch element exists.