Package gov.nist.scap.cpe

Examples of gov.nist.scap.cpe.CPEResolver


    this.document = document;
    this.options = options;

    // Handle CPEs
        if (options.isProcessCpeApplicability()) {
            cpeResolver = new CPEResolver(document.getPlatformSpecification());

            List<SourceContext> dictionaries = options.getCpeDictionaries();
            if (dictionaries == null || dictionaries.isEmpty()) {
            log.warn("Unable to process CPE entries. No CPE dictionary specified.");
            cpeCheckResults = null;
View Full Code Here

TOP

Related Classes of gov.nist.scap.cpe.CPEResolver

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.