You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Robert Burrell Donkin (JIRA)" <se...@james.apache.org> on 2008/08/31 12:07:44 UTC

[jira] Created: (JSIEVE-27) Refactor ComparatorManager

Refactor ComparatorManager
--------------------------

                 Key: JSIEVE-27
                 URL: https://issues.apache.org/jira/browse/JSIEVE-27
             Project: jSieve
          Issue Type: Sub-task
            Reporter: Robert Burrell Donkin


ComparatorManager is a singleton. It loads comparator classes by name. This allows alternative class loading strategies to be employed.

It is used by:
 
 * AbstractCommand

Uses: ConfigurationManager.getInstance()

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Closed: (JSIEVE-27) Refactor ComparatorManager

Posted by "Robert Burrell Donkin (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JSIEVE-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Burrell Donkin closed JSIEVE-27.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.3

ComparatorManager is now an interface. ComparatorManagerImpl is a POJO with the map injected through a constructor.

> Refactor ComparatorManager
> --------------------------
>
>                 Key: JSIEVE-27
>                 URL: https://issues.apache.org/jira/browse/JSIEVE-27
>             Project: JAMES jSieve
>          Issue Type: Sub-task
>            Reporter: Robert Burrell Donkin
>             Fix For: 0.3
>
>
> ComparatorManager is a singleton. It loads comparator classes by name. This allows alternative class loading strategies to be employed.
> It is used by:
>  
>  * AbstractCommand
> Uses: ConfigurationManager.getInstance()

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Assigned: (JSIEVE-27) Refactor ComparatorManager

Posted by "Robert Burrell Donkin (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JSIEVE-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Burrell Donkin reassigned JSIEVE-27:
-------------------------------------------

    Assignee: Robert Burrell Donkin

> Refactor ComparatorManager
> --------------------------
>
>                 Key: JSIEVE-27
>                 URL: https://issues.apache.org/jira/browse/JSIEVE-27
>             Project: JAMES jSieve
>          Issue Type: Sub-task
>            Reporter: Robert Burrell Donkin
>            Assignee: Robert Burrell Donkin
>             Fix For: 0.3
>
>
> ComparatorManager is a singleton. It loads comparator classes by name. This allows alternative class loading strategies to be employed.
> It is used by:
>  
>  * AbstractCommand
> Uses: ConfigurationManager.getInstance()

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org