public int getBestRunModeMatchCountFromSpec()

in src/main/java/org/apache/sling/settings/impl/SlingSettingsServiceImpl.java [329:331]


    public int getBestRunModeMatchCountFromSpec(String spec) {
        return getBestRunModeMatchCountFromSpec(spec, runModes);
    }