| |
|
| java.lang.Object org.openharmonise.him.actions.rules.PathEquals
PathEquals | public class PathEquals implements EnableRule(Code) | | Rule that will return true if the currentl selected virtual file's
full path exactly matches a specified path.
author: Matthew Large version: $Revision: 1.1 $ |
Constructor Summary | |
public | PathEquals(String sPath) Constructs a new path equals rule. |
m_bComparator | boolean m_bComparator(Code) | | |
PathEquals | public PathEquals(String sPath)(Code) | | Constructs a new path equals rule.
Parameters: sPath - Path to check against |
setResultComparator | public void setResultComparator(boolean bComparator)(Code) | | |
|
|
|