Uses of Class
org.jboss.tattletale.core.Archive

Packages that use Archive
org.jboss.tattletale.analyzers   
org.jboss.tattletale.core   
org.jboss.tattletale.reporting   
org.jboss.tattletale.reporting.classloader   
 

Uses of Archive in org.jboss.tattletale.analyzers
 

Methods in org.jboss.tattletale.analyzers that return Archive
static Archive ArchiveScanner.scan(java.io.File file)
          Scan an archive
static Archive ArchiveScanner.scan(java.io.File file, java.util.Map<java.lang.String,java.util.SortedSet<java.lang.String>> gProvides, java.util.Set<Archive> known, java.util.Set<java.lang.String> blacklisted)
          Scan an archive
 

Method parameters in org.jboss.tattletale.analyzers with type arguments of type Archive
static Archive ArchiveScanner.scan(java.io.File file, java.util.Map<java.lang.String,java.util.SortedSet<java.lang.String>> gProvides, java.util.Set<Archive> known, java.util.Set<java.lang.String> blacklisted)
          Scan an archive
 

Uses of Archive in org.jboss.tattletale.core
 

Subclasses of Archive in org.jboss.tattletale.core
 class JarArchive
          JAR Archive
 class NestableArchive
          Nestable archive
 

Methods in org.jboss.tattletale.core that return types with arguments of type Archive
 java.util.List<Archive> NestableArchive.getSubArchives()
          Get the sub-archives
 

Methods in org.jboss.tattletale.core with parameters of type Archive
 void NestableArchive.addSubArchive(Archive value)
          Add a sub-archive
 

Uses of Archive in org.jboss.tattletale.reporting
 

Subclasses of Archive in org.jboss.tattletale.reporting
 class SunJava5
          Sun: Java 5
 class SunJava5JCE
          Sun: Java 5 (JCE)
 class SunJava5JSSE
          Sun: Java 5 (JSSE)
 class SunJava6
          Sun: Java 6
 class SunJava6JCE
          Sun: Java 6 (JCE)
 class SunJava6JSSE
          Sun: Java 6 (JSSE)
 

Fields in org.jboss.tattletale.reporting declared as Archive
protected  Archive ArchiveReport.archive
          The archive
 

Fields in org.jboss.tattletale.reporting with type parameters of type Archive
protected  java.util.SortedSet<Archive> Report.archives
          The actions
 

Constructors in org.jboss.tattletale.reporting with parameters of type Archive
ArchiveReport(int severity, Archive archive)
          Constructor
JarReport(Archive archive)
          Constructor
 

Constructor parameters in org.jboss.tattletale.reporting with type arguments of type Archive
BlackListedReport(java.util.SortedSet<Archive> archives)
          Constructor
ClassLocationReport(java.util.SortedSet<Archive> archives, java.util.SortedMap<java.lang.String,java.util.SortedSet<java.lang.String>> gProvides)
          Constructor
DependantsReport(java.util.SortedSet<Archive> archives, java.lang.String classloaderStructure)
          Constructor
DependsOnReport(java.util.SortedSet<Archive> archives, java.util.Set<Archive> known, java.lang.String classloaderStructure)
          Constructor
DependsOnReport(java.util.SortedSet<Archive> archives, java.util.Set<Archive> known, java.lang.String classloaderStructure)
          Constructor
EliminateJarsReport(java.util.SortedSet<Archive> archives)
          Constructor
GraphvizReport(java.util.SortedSet<Archive> archives, java.util.Set<Archive> known, java.lang.String classloaderStructure)
          Constructor
GraphvizReport(java.util.SortedSet<Archive> archives, java.util.Set<Archive> known, java.lang.String classloaderStructure)
          Constructor
InvalidVersionReport(java.util.SortedSet<Archive> archives)
          Constructor
MultipleJarsReport(java.util.SortedSet<Archive> archives, java.util.SortedMap<java.lang.String,java.util.SortedSet<java.lang.String>> gProvides)
          Constructor
MultipleLocationsReport(java.util.SortedSet<Archive> archives)
          Constructor
NoVersionReport(java.util.SortedSet<Archive> archives)
          Constructor
OSGiReport(java.util.SortedSet<Archive> archives, java.util.Set<Archive> known)
          Constructor
OSGiReport(java.util.SortedSet<Archive> archives, java.util.Set<Archive> known)
          Constructor
Report(int severity, java.util.SortedSet<Archive> archives)
          Constructor
TransitiveDependantsReport(java.util.SortedSet<Archive> archives, java.lang.String classloaderStructure)
          Constructor
TransitiveDependsOnReport(java.util.SortedSet<Archive> archives, java.util.Set<Archive> known, java.lang.String classloaderStructure)
          Constructor
TransitiveDependsOnReport(java.util.SortedSet<Archive> archives, java.util.Set<Archive> known, java.lang.String classloaderStructure)
          Constructor
 

Uses of Archive in org.jboss.tattletale.reporting.classloader
 

Methods in org.jboss.tattletale.reporting.classloader with parameters of type Archive
 boolean ClassLoaderStructure.isVisible(Archive from, Archive to)
          Can one archive see the other
 boolean JBossAS4ClassLoaderStructure.isVisible(Archive from, Archive to)
          Can one archive see the other
 boolean JBossAS5ClassLoaderStructure.isVisible(Archive from, Archive to)
          Can one archive see the other
 boolean NoopClassLoaderStructure.isVisible(Archive from, Archive to)
          Can one archive see the other
 



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