Package scap.check.content

Examples of scap.check.content.ResultContext.resolveRelative()


   
    CheckContentRefType checkContentRef = data.addNewCheckContentRef();
    checkContentRef.setName(item.getId());

    ResultContext resultContext = item.getAssessmentResult().getResultContext();
    checkContentRef.setHref(resultContext.resolveRelative(getXccdfResultContext()));
  }

  public void handleComplexCheckResult(ComplexCheckType data,
      ComplexCheckResult complexCheckResult) {
    ComplexCheck complexCheck = complexCheckResult.getComplexCheck();
View Full Code Here


   
    CheckContentRefType checkContentRef = data.addNewCheckContentRef();
    checkContentRef.setName(item.getId());

    ResultContext resultContext = item.getAssessmentResult().getResultContext();
    checkContentRef.setHref(resultContext.resolveRelative(getXccdfResultContext()));
  }

  public CheckType newCheckResult(RuleResultType ruleResult) {
    return ruleResult.addNewCheck();
  }
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.