org.jboss.tattletale.reporting.classloader
Interface ClassLoaderStructure

All Known Implementing Classes:
JBossAS4ClassLoaderStructure, JBossAS5ClassLoaderStructure, JBossASClassLoaderStructure, NoopClassLoaderStructure

public interface ClassLoaderStructure

An interface that defines how the classloader structure is setup

Author:
Jesper Pedersen

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

Method Detail

isVisible

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

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/)