|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperationFactory | |
|---|---|
| ch.elca.el4j.services.xmlmerge | |
| ch.elca.el4j.services.xmlmerge.action | |
| ch.elca.el4j.services.xmlmerge.factory | |
| Uses of OperationFactory in ch.elca.el4j.services.xmlmerge |
|---|
| Methods in ch.elca.el4j.services.xmlmerge with parameters of type OperationFactory | |
|---|---|
void |
MergeAction.setActionFactory(OperationFactory factory)
Sets the action's action factory. |
void |
MergeAction.setMapperFactory(OperationFactory factory)
Sets the action's mapper factory. |
void |
MergeAction.setMatcherFactory(OperationFactory factory)
Sets the action's matcher factory. |
| Uses of OperationFactory in ch.elca.el4j.services.xmlmerge.action |
|---|
| Fields in ch.elca.el4j.services.xmlmerge.action declared as OperationFactory | |
|---|---|
protected OperationFactory |
AbstractMergeAction.m_actionFactory
Action factory. |
protected OperationFactory |
AbstractMergeAction.m_mapperFactory
Mapper factory. |
protected OperationFactory |
AbstractMergeAction.m_matcherFactory
Matcher factory. |
| Methods in ch.elca.el4j.services.xmlmerge.action with parameters of type OperationFactory | |
|---|---|
void |
AbstractMergeAction.setActionFactory(OperationFactory factory)
Sets the action's action factory. |
void |
AbstractMergeAction.setMapperFactory(OperationFactory factory)
Sets the action's mapper factory. |
void |
AbstractMergeAction.setMatcherFactory(OperationFactory factory)
Sets the action's matcher factory. |
| Uses of OperationFactory in ch.elca.el4j.services.xmlmerge.factory |
|---|
| Classes in ch.elca.el4j.services.xmlmerge.factory that implement OperationFactory | |
|---|---|
class |
AttributeOperationFactory
Creates operations by inspecting keywords passed as attributes in patch elements. |
class |
DiffOperationFactory
An operation factory delegating to other operation factories according to the existence of the original and patch element. |
class |
StaticOperationFactory
An operation factory returning always the same operation whatever the specified elements. |
class |
XPathOperationFactory
An operation factory that resolves operations given a map { xpath (as String), Operation }. |
| Methods in ch.elca.el4j.services.xmlmerge.factory with parameters of type OperationFactory | |
|---|---|
void |
DiffOperationFactory.setInBothOperationFactory(OperationFactory inBothOperationFactory)
Sets the operation factory this factory delegates to if the original and patch elements exist. |
void |
DiffOperationFactory.setOnlyInOriginalOperationFactory(OperationFactory onlyInOriginalOperationFactory)
Sets the operation factory this factory delegates to if only the original element exists. |
void |
DiffOperationFactory.setOnlyInPatchOperationFactory(OperationFactory onlyInPatchOperationFactory)
Sets the operation factory this factory delegates to if only the patch element exists. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||