org.jasig.portal.tools.checks
Class SystemPropertyCheck

java.lang.Object
  extended by org.jasig.portal.tools.checks.BaseCheck
      extended by org.jasig.portal.tools.checks.SystemPropertyCheck
All Implemented Interfaces:
ICheck

public class SystemPropertyCheck
extends BaseCheck

Version:
$Revision$
Author:
Eric Dalquist

Field Summary
 
Fields inherited from class org.jasig.portal.tools.checks.BaseCheck
log
 
Constructor Summary
SystemPropertyCheck(String property, String expected)
           
SystemPropertyCheck(String property, String expected, Comparator<String> comparator)
           
 
Method Summary
protected  CheckResult doCheckInternal()
           
 String getRemediation()
           
 void setRemediation(String remediation)
           
 
Methods inherited from class org.jasig.portal.tools.checks.BaseCheck
doCheck, getDescription, isFatal, setDescription, setFatal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPropertyCheck

public SystemPropertyCheck(String property,
                           String expected)

SystemPropertyCheck

public SystemPropertyCheck(String property,
                           String expected,
                           Comparator<String> comparator)
Method Detail

getRemediation

public String getRemediation()
Returns:
the remediation

setRemediation

public void setRemediation(String remediation)
Parameters:
remediation - the remediation to set

doCheckInternal

protected CheckResult doCheckInternal()
Specified by:
doCheckInternal in class BaseCheck
Returns:
The check result


Copyright © 2010 Jasig. All Rights Reserved.