Uses of Class
com.adobe.epubcheck.util.ValidatorMap.Builder
Packages that use ValidatorMap.Builder
-
Uses of ValidatorMap.Builder in com.adobe.epubcheck.util
Methods in com.adobe.epubcheck.util that return ValidatorMap.BuilderModifier and TypeMethodDescriptionstatic ValidatorMap.BuilderValidatorMap.builder()Returns a new builder.ValidatorMap.Builder.put(XMLValidators validator) Puts the given validator in this map, applicable to any validation context.ValidatorMap.Builder.put(com.google.common.base.Predicate<? super ValidationContext> predicate, XMLValidators validator) Puts the given validator in this map and determines its applicability to a validation context by the given predicate.ValidatorMap.Builder.putAll(XMLValidators... validators) Puts all the given validators in this map, applicable to any validation context.ValidatorMap.Builder.putAll(com.google.common.base.Predicate<? super ValidationContext> predicate, XMLValidators... validators) Puts all the given validators in this map and determines their applicability to a validation context by the given predicate.