org.jasig.portal.tools.checks
Interface ICheckRunner

All Known Implementing Classes:
SafeCheckRunner

public interface ICheckRunner

Interface for objects that execute IChecks and return Lists of CheckAndResult objects.

Since:
uPortal 2.5
Version:
$Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $

Method Summary
 List<CheckAndResult> doChecks()
          Execute some checks and return a List of CheckAndResult instances representing the results.
 

Method Detail

doChecks

List<CheckAndResult> doChecks()
Execute some checks and return a List of CheckAndResult instances representing the results.

Returns:
a List of CheckAndResult instances.


Copyright © 2010 Jasig. All Rights Reserved.