org.apache.jsieve
Class SieveContext

java.lang.Object
  extended byorg.apache.jsieve.SieveContext
Direct Known Subclasses:
BaseSieveContext

public abstract class SieveContext
extends java.lang.Object

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

SieveContext

public SieveContext()
Method Detail

getCoordinate

public abstract ScriptCoordinate getCoordinate()
Gets the script position of the current operation.

Returns:
ScriptCoordinate, not null

setCoordinate

public abstract void setCoordinate(ScriptCoordinate coordinate)
Sets the script position of the current operation.

Parameters:
coordinate - ScriptCoordinate, not null


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.