Uses of Enum Class
com.deltaxml.merge.ExtensionPoint
Packages that use ExtensionPoint
-
Uses of ExtensionPoint in com.deltaxml.merge
Methods in com.deltaxml.merge that return ExtensionPointModifier and TypeMethodDescriptionstatic ExtensionPointReturns the enum constant of this class with the specified name.static ExtensionPoint[]ExtensionPoint.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.deltaxml.merge with parameters of type ExtensionPointModifier and TypeMethodDescriptionvoidConcurrentMerge.setExtensionPoint(ExtensionPoint extensionPoint, FilterChain chain) Sets theFilterChainto run at the specifiedExtensionPoint.voidSequentialMerge.setExtensionPoint(ExtensionPoint extensionPoint, FilterChain chain) Sets theFilterChainto run at the specifiedExtensionPoint.voidThreeWayMerge.setExtensionPoint(ExtensionPoint extensionPoint, FilterChain chain) Sets theFilterChainto run at the specifiedExtensionPoint.