All Downloads are FREE. Search and download functionalities are using the official Maven repository.

no.difi.certvalidator.api.ValidatorRecipeParser Maven / Gradle / Ivy

There is a newer version: 2.2.1
Show newest version
package no.difi.certvalidator.api;

import no.difi.certvalidator.jaxb.ValidatorRecipe;
import no.difi.certvalidator.lang.ValidatorParsingException;

import java.util.Map;

/**
 * @author erlend
 */
public interface ValidatorRecipeParser {

    void parse(ValidatorRecipe validatorRecipe, Map objectStorage) throws ValidatorParsingException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy