|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jsieve.SieveContext
public abstract class SieveContext
Context for sieve operations.
| Constructor Summary | |
|---|---|
SieveContext()
|
|
| Method Summary | |
|---|---|
abstract CommandManager |
getCommandManager()
Gets the command manager. |
abstract CommandStateManager |
getCommandStateManager()
Gets the command state manager. |
abstract ComparatorManager |
getComparatorManager()
Gets the comparator manager. |
abstract ConditionManager |
getConditionManager()
Gets the condition manager. |
abstract ScriptCoordinate |
getCoordinate()
Gets the script position of the current operation. |
abstract org.apache.commons.logging.Log |
getLog()
Gets the log. |
abstract TestManager |
getTestManager()
Gets the test manager. |
abstract void |
setConditionManager(ConditionManager manager)
Sets the condition manager. |
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 nullpublic abstract CommandStateManager getCommandStateManager()
public abstract ConditionManager getConditionManager()
public abstract void setConditionManager(ConditionManager manager)
manager - not nullpublic abstract CommandManager getCommandManager()
public abstract ComparatorManager getComparatorManager()
public abstract TestManager getTestManager()
public abstract org.apache.commons.logging.Log getLog()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||