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

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

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

import java.util.Set;

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

     boolean contains(Property key);

     void set(Property key, T value);

     T get(Property key);

    Set keys();

    Report copy();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy