[jboss-jira] [JBoss JIRA] Created: (JBREFLECT-58) Integrate JBoss Reflect with JBoss ClassPool
Flavia Rainone (JIRA)
jira-events at lists.jboss.org
Wed Aug 26 15:46:24 EDT 2009
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
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