Package scap.check

Examples of scap.check.UncheckedCheckResult


    Collection<? extends CheckingUnitResult> retval;
    if (checkResult == null) {
      // The check was not evaluated by the check interpreter
      // TODO: P3: Should this be UNKNOWN?  Perhaps the XCCDF spec is in error?
      checkResult = new UncheckedCheckResult(this);
    }

    if (isMultiCheck()) {
      retval = newCheckResultInstanceAdapterCollection(checkResult.getResultInstances());
    } else {
View Full Code Here

TOP

Related Classes of scap.check.UncheckedCheckResult

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.