org.jboss.aop.classpool
Class AbstractIsLocalResourcePlugin

java.lang.Object
  extended by org.jboss.aop.classpool.AbstractIsLocalResourcePlugin
All Implemented Interfaces:
IsLocalResourcePlugin
Direct Known Subclasses:
DefaultClassLoaderIsLocalResourcePlugin, TranslatableClassLoaderIsLocalResourcePlugin, URLClassLoaderIsLocalResourcePlugin

public abstract class AbstractIsLocalResourcePlugin
extends Object
implements IsLocalResourcePlugin

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Constructor Summary
AbstractIsLocalResourcePlugin(BaseClassPool pool)
           
 
Method Summary
protected  AOPClassPool getPool()
           
protected  void initialise()
           
protected  boolean isSameInParent(String classResourceName, URL foundURL)
          Checks if the resource can be found in the parent classpool's loader and returns true if it either does not exist in the parent or if the parent has a different URL for the resource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.aop.classpool.IsLocalResourcePlugin
isMyResource
 

Constructor Detail

AbstractIsLocalResourcePlugin

public AbstractIsLocalResourcePlugin(BaseClassPool pool)
Method Detail

initialise

protected void initialise()

getPool

protected AOPClassPool getPool()

isSameInParent

protected boolean isSameInParent(String classResourceName,
                                 URL foundURL)
Checks if the resource can be found in the parent classpool's loader and returns true if it either does not exist in the parent or if the parent has a different URL for the resource



Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.