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

cdc.issues.rules.ProfileConfig Maven / Gradle / Ivy

There is a newer version: 0.62.0
Show newest version
package cdc.issues.rules;

import java.util.Set;

public interface ProfileConfig {
    /**
     * @return The set of rule ids.
     */
    public Set getRuleIds();

    /**
     * @param ruleId The rule id.
     * @return The config of rule identified by {@code ruleId}.
     */
    public RuleConfig getRuleConfig(RuleId ruleId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy