Uses of Class
com.adobe.epubcheck.util.ValidatorMap.Builder
-
Packages that use ValidatorMap.Builder Package Description com.adobe.epubcheck.util -
-
Uses of ValidatorMap.Builder in com.adobe.epubcheck.util
Methods in com.adobe.epubcheck.util that return ValidatorMap.Builder Modifier and Type Method Description static ValidatorMap.BuilderValidatorMap. builder()Returns a new builder.ValidatorMap.BuilderValidatorMap.Builder. put(XMLValidators validator)Puts the given validator in this map, applicable to any validation context.ValidatorMap.BuilderValidatorMap.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.BuilderValidatorMap.Builder. putAll(XMLValidators... validators)Puts all the given validators in this map, applicable to any validation context.ValidatorMap.BuilderValidatorMap.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.
-