Searched refs:ErrorChecker (Results 1 – 1 of 1) sorted by relevance
298 public static interface ErrorChecker { interface in VettingViewer328 public static class NoErrorStatus implements ErrorChecker {352 public static class DefaultErrorStatus implements ErrorChecker {438 private ErrorChecker errorChecker; // new841 …ErrorChecker.Status errorStatus = errorChecker.getErrorStatus(path, value, statusMessage, subtypes… in getFileInfo()843 …if (quick && errorStatus != ErrorChecker.Status.error && errorStatus != ErrorChecker.Status.warnin… in getFileInfo()909 Choice choice = errorStatus == ErrorChecker.Status.error ? Choice.error in getFileInfo()910 : errorStatus == ErrorChecker.Status.warning ? Choice.warning in getFileInfo()1433 public ErrorChecker getErrorChecker() { in getErrorChecker()1443 public VettingViewer<T> setErrorChecker(ErrorChecker errorChecker) { in setErrorChecker()