ncsa.tools.ogrescript.types.evaluatable.conditions
Class Contains
java.lang.Object
ncsa.tools.ogrescript.OgreScriptElement
ncsa.tools.ogrescript.types.evaluatable.Condition
ncsa.tools.ogrescript.types.evaluatable.conditions.Contains
- All Implemented Interfaces:
- IConditional, UserFacing
- public class Contains
- extends Condition
|
Field Summary |
static java.lang.String |
TAG_SELF
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAG_SELF
public static final java.lang.String TAG_SELF
- See Also:
- Constant Field Values
Contains
public Contains()
evaluate
public boolean evaluate()
throws EvaluationException
- Throws:
EvaluationException
setLinesFromStart
public void setLinesFromStart(long i)
setLinesFromEnd
public void setLinesFromEnd(long i)
setComparator
public void setComparator(java.lang.String comparator)
setNumberOfLines
public void setNumberOfLines(int numberOfLines)
setPath
public void setPath(java.lang.String path)
setPattern
public void setPattern(java.lang.String pattern)
setMaxPatternLength
public void setMaxPatternLength(int maxPatternLength)