org.jboss.tattletale.reporting.classloader
Class NoopClassLoaderStructure

java.lang.Object
  extended by org.jboss.tattletale.reporting.classloader.NoopClassLoaderStructure
All Implemented Interfaces:
ClassLoaderStructure

public class NoopClassLoaderStructure
extends java.lang.Object
implements ClassLoaderStructure

A no operation classloader structure class that always returns true

Author:
Jesper Pedersen

Constructor Summary
NoopClassLoaderStructure()
          Constructor
 
Method Summary
 boolean isVisible(Archive from, Archive to)
          Can one archive see the other
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopClassLoaderStructure

public NoopClassLoaderStructure()
Constructor

Method Detail

isVisible

public boolean isVisible(Archive from,
                         Archive to)
Can one archive see the other

Specified by:
isVisible in interface ClassLoaderStructure
Parameters:
from - The from archive
to - The to archive
Returns:
True if from can see to; otherwise false


Copyright ? 2009 JBoss (http://www.jboss.com/)