javassist.scopedpool
Class ScopedClassPoolFactoryImpl
java.lang.Object
javassist.scopedpool.ScopedClassPoolFactoryImpl
- All Implemented Interfaces:
- ScopedClassPoolFactory
public class ScopedClassPoolFactoryImpl
- extends Object
- implements ScopedClassPoolFactory
An implementation of factory.
- Version:
- $Revision: 1.5 $
- Author:
- Kabir Khan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScopedClassPoolFactoryImpl
public ScopedClassPoolFactoryImpl()
create
public ScopedClassPool create(ClassLoader cl,
ClassPool src,
ScopedClassPoolRepository repository)
- Makes an instance.
- Specified by:
create
in interface ScopedClassPoolFactory
create
public ScopedClassPool create(ClassPool src,
ScopedClassPoolRepository repository)
- Makes an instance.
- Specified by:
create
in interface ScopedClassPoolFactory
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.