|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jsieve.SieveContext
org.apache.jsieve.BaseSieveContext
public class BaseSieveContext
Bean based implementation of context.
| Constructor Summary | |
|---|---|
BaseSieveContext(CommandManager commandManager,
ComparatorManager comparatorManager,
TestManager testManager,
org.apache.commons.logging.Log log)
|
|
| Method Summary | |
|---|---|
CommandManager |
getCommandManager()
Gets the command manager. |
CommandStateManager |
getCommandStateManager()
Gets the command state manager. |
ComparatorManager |
getComparatorManager()
Gets the comparator manager. |
ConditionManager |
getConditionManager()
Gets the condition manager. |
ScriptCoordinate |
getCoordinate()
Gets the script position of the current operation. |
org.apache.commons.logging.Log |
getLog()
Gets the log. |
TestManager |
getTestManager()
Gets the test manager. |
void |
setConditionManager(ConditionManager conditionManager)
Sets the condition manager. |
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 BaseSieveContext(CommandManager commandManager,
ComparatorManager comparatorManager,
TestManager testManager,
org.apache.commons.logging.Log log)
| Method Detail |
|---|
public ScriptCoordinate getCoordinate()
getCoordinate in class SieveContextScriptCoordinate, not nullpublic void setCoordinate(ScriptCoordinate coordinate)
setCoordinate in class SieveContextcoordinate - ScriptCoordinate, not nullpublic CommandStateManager getCommandStateManager()
SieveContext
getCommandStateManager in class SieveContextSieveContext.getCommandStateManager()public ConditionManager getConditionManager()
SieveContext
getConditionManager in class SieveContextSieveContext.getConditionManager()public void setConditionManager(ConditionManager conditionManager)
SieveContext
setConditionManager in class SieveContextconditionManager - not nullSieveContext.setConditionManager(ConditionManager)public org.apache.commons.logging.Log getLog()
SieveContext
getLog in class SieveContextSieveContext.getLog()public ComparatorManager getComparatorManager()
SieveContext
getComparatorManager in class SieveContextSieveContext.getComparatorManager()public CommandManager getCommandManager()
SieveContext
getCommandManager in class SieveContextSieveContext.getCommandManager()public TestManager getTestManager()
SieveContext
getTestManager in class SieveContextSieveContext.getTestManager()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||