org.jboss.tattletale.reporting
Class SunJava6

java.lang.Object
  extended by org.jboss.tattletale.core.Archive
      extended by org.jboss.tattletale.core.NestableArchive
          extended by org.jboss.tattletale.reporting.SunJava6
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class SunJava6
extends NestableArchive

Sun: Java 6

Author:
Jesper Pedersen
See Also:
Serialized Form

Constructor Summary
SunJava6()
          Constructor
 
Method Summary
 boolean doesProvide(java.lang.String clz)
          Does the archives provide this class
 
Methods inherited from class org.jboss.tattletale.core.NestableArchive
addSubArchive, getSubArchives
 
Methods inherited from class org.jboss.tattletale.core.Archive
addLocation, compareTo, equals, getBlackListedDependencies, getLocations, getManifest, getManifestValue, getName, getPackageDependencies, getProvides, getRequires, getType, hashCode, hasManifestKey, isOSGi, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SunJava6

public SunJava6()
Constructor

Method Detail

doesProvide

public boolean doesProvide(java.lang.String clz)
Does the archives provide this class

Overrides:
doesProvide in class Archive
Parameters:
clz - The class name
Returns:
True if the class is provided; otherwise false


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