|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jsieve.SieveContext
Context for sieve operations.
Constructor Summary | |
SieveContext()
|
Method Summary | |
abstract ScriptCoordinate |
getCoordinate()
Gets the script position of the current operation. |
abstract void |
setCoordinate(ScriptCoordinate coordinate)
Sets the script position of the current operation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SieveContext()
Method Detail |
public abstract ScriptCoordinate getCoordinate()
ScriptCoordinate
, not nullpublic abstract void setCoordinate(ScriptCoordinate coordinate)
coordinate
- ScriptCoordinate
, not null
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |