org.apache.jsieve
Class BaseSieveContext

java.lang.Object
  extended byorg.apache.jsieve.SieveContext
      extended byorg.apache.jsieve.BaseSieveContext

public class BaseSieveContext
extends SieveContext

Bean based implementation of context.


Constructor Summary
BaseSieveContext()
           
 
Method Summary
 ScriptCoordinate getCoordinate()
          Gets the script position of the current operation.
 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

BaseSieveContext

public BaseSieveContext()
Method Detail

getCoordinate

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

Specified by:
getCoordinate in class SieveContext
Returns:
ScriptCoordinate, not null

setCoordinate

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

Specified by:
setCoordinate in class SieveContext
Parameters:
coordinate - ScriptCoordinate, not null


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