javassist.scopedpool
Class ScopedClassPoolFactoryImpl

java.lang.Object
  extended by javassist.scopedpool.ScopedClassPoolFactoryImpl
All Implemented Interfaces:
ScopedClassPoolFactory

public class ScopedClassPoolFactoryImpl
extends java.lang.Object
implements ScopedClassPoolFactory

An implementation of factory.

Version:
$Revision: 1.5 $
Author:
Kabir Khan

Constructor Summary
ScopedClassPoolFactoryImpl()
           
 
Method Summary
 ScopedClassPool create(java.lang.ClassLoader cl, ClassPool src, ScopedClassPoolRepository repository)
          Makes an instance.
 ScopedClassPool create(ClassPool src, ScopedClassPoolRepository repository)
          Makes an instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopedClassPoolFactoryImpl

public ScopedClassPoolFactoryImpl()
Method Detail

create

public ScopedClassPool create(java.lang.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 © 2011. All Rights Reserved.