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
isVisible
boolean isVisible(Archive from,
Archive to)
- Can one archive see the other
- Parameters:
from
- The from archiveto
- The to archive
- Returns:
- True if from can see to; otherwise false
Copyright ? 2009 JBoss (http://www.jboss.com/)