[jboss-jira] [JBoss JIRA] Closed: (JBREFLECT-58) Integrate JBoss Reflect with JBoss ClassPool

Flavia Rainone (JIRA) jira-events at lists.jboss.org
Wed Oct 14 23:05:05 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBREFLECT-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Flavia Rainone closed JBREFLECT-58.
-----------------------------------



> Integrate JBoss Reflect with JBoss ClassPool
> --------------------------------------------
>
>                 Key: JBREFLECT-58
>                 URL: https://jira.jboss.org/jira/browse/JBREFLECT-58
>             Project: JBoss Reflection
>          Issue Type: Sub-task
>    Affects Versions: JBossReflection.2.0.2.GA
>            Reporter: Flavia Rainone
>            Assignee: Flavia Rainone
>             Fix For: JBossReflection.2.2.0-Beta1 
>
>
> Currently, JBoss Reflect has one classpool factory interface and one implementation:
> public interface ClassPoolFactory
> {
>    ClassPool getPoolForLoader(ClassLoader cl);
> }
> public class DummyClassPoolFactory implements ClassPoolFactory
> {
>    public ClassPool getPoolForLoader(ClassLoader cl)
>    {
>       return ClassPool.getDefault();
>    }
> }
> Now we need to provide a way of using the JBoss ClassPools.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list