Package gov.nist.scap.xccdf.document

Examples of gov.nist.scap.xccdf.document.XCCDFDocument.load()


      }

        /*
         * 1 - Load and resolve the Benchmark
         */
        if (document.load() && !options.isSuppressXccdfResolved()) {
          //File resolvedFile = File.createTempFile("xccdf-resolved", ".xml",resultDirectory);
          File resolvedFile = resultContext.getAuxiliaryFile("xccdf-resolved_", ".xml");
 
          log.info("Saving the resolved checklist to: "+resolvedFile.getCanonicalPath());
          document.write(resolvedFile);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.