org.jasig.portal.tools.checks
Interface ICheckRunner

All Known Implementing Classes:
BasicCheckRunner, SafeDelegatingCheckRunner

public interface ICheckRunner

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

Since:
uPortal 2.5
Version:
$Revision: 1.3 $ $Date: 2005/05/20 01:50:05 $

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

Method Detail

doChecks

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

Returns:
a List of CheckAndResult instances.