org.jasig.portal.tools.checks
Class SystemPropertyCheck
java.lang.Object
org.jasig.portal.tools.checks.BaseCheck
org.jasig.portal.tools.checks.SystemPropertyCheck
- All Implemented Interfaces:
- ICheck
public class SystemPropertyCheck
- extends BaseCheck
- Version:
- $Revision$
- Author:
- Eric Dalquist
| Fields inherited from class org.jasig.portal.tools.checks.BaseCheck |
log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemPropertyCheck
public SystemPropertyCheck(String property,
String expected)
SystemPropertyCheck
public SystemPropertyCheck(String property,
String expected,
Comparator<String> comparator)
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.