Uses of Class
com.deltaxml.core.exceptions.DuplicateStepNameException
Packages that use DuplicateStepNameException
-
Uses of DuplicateStepNameException in com.deltaxml.core
Methods in com.deltaxml.core that throw DuplicateStepNameExceptionModifier and TypeMethodDescriptionvoidFilterChain.addStep(FilterStep filterStep) Adds aFilterStepto the end of theFilterChain.voidFilterChain.appendFilterChain(FilterChain chain) AddsFilterSteps to the end of thisFilterChain.voidFilterChain.insertStepAfterName(FilterStep filterStep, String name) voidFilterChain.insertStepAtPosition(FilterStep filterStep, int pos) Inserts the suppliedFilterStepat the specified position in theFilterChain.FilterStepHelper.newFilterChain(List<FilterStep> filterSteps) Create a newFilterChainwhich is initially made up of the suppliedFilterSteps.FilterStepHelper.newLockedFilterChain(List<FilterStep> filterSteps, String name) Create a newFilterChainwhich is made up of the suppliedFilterSteps and cannot be subsequently modified.voidFilterChain.prependFilterChain(FilterChain chain) AddsFilterSteps to the start of thisFilterChain.