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