Uses of Interface
org.jasig.portal.tools.checks.ICheck

Packages that use ICheck
org.jasig.portal.tools.checks   
 

Uses of ICheck in org.jasig.portal.tools.checks
 

Classes in org.jasig.portal.tools.checks that implement ICheck
 class ClassPresenceCheck
          Checks that a class named as a constructor argument is present.
 class Dom3Check
          Checks that DOM level 3 is present.
 class JaxpCheck
          Checks that JAXP is present in the JVM.
 class SpringBeanCheck
          Check that a particular named Spring bean is defined.
 class SpringPresenceCheck
          Test that the spring.jar is available on the classpath.
 class TimeCheck
          An example ICheck implementation which is just a diagnostic and not an assertion.
 class XalanVersionCheck
          Checks the Xalan version against a configured value.
 

Fields in org.jasig.portal.tools.checks declared as ICheck
private  ICheck JaxpCheck.checkDelegate
          ICheck implementation to which we delegate as the way we implement ICheck.
 

Methods in org.jasig.portal.tools.checks with parameters of type ICheck
private  CheckAndResult BasicCheckRunner.executeCheck(ICheck check)
          Helper method to safely execute a given check.