| java.lang.Object org.openharmonise.vfs.search.ContentCondition
ContentCondition | public class ContentCondition (Code) | | This class holds the information for a VirtualFileSystem search,
content based, condition.
author: Matthew Large version: $Revision: 1.1 $ |
ContentCondition | public ContentCondition(String operator)(Code) | | Constructs a new content condition.
Parameters: operator - String defined operator for this condition, defaults to 'contains' |
getOperator | public String getOperator()(Code) | | Returns the operator.
Operator |
getValues | public List getValues()(Code) | | Returns the values.
List of values |
setValue | public void setValue(String sValue)(Code) | | Sets the value.
Parameters: sValue - Value |
setValue | public void setValue(List aValues)(Code) | | Sets the values.
Parameters: aValues - Values |
|
|