|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MergeAction
An action merging the contents of the specified elements. The factories for actions to apply to children elements are configurable through this interface.
Method Summary | |
---|---|
void |
setActionFactory(OperationFactory factory)
Sets the action's action factory. |
void |
setMapperFactory(OperationFactory factory)
Sets the action's mapper factory. |
void |
setMatcherFactory(OperationFactory factory)
Sets the action's matcher factory. |
Methods inherited from interface ch.elca.el4j.services.xmlmerge.Action |
---|
perform |
Method Detail |
---|
void setMapperFactory(OperationFactory factory)
factory
- The action's mapper factoryvoid setMatcherFactory(OperationFactory factory)
factory
- The action's matcher factoryvoid setActionFactory(OperationFactory factory)
factory
- The action's action factory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |