org.jboss.tattletale.reporting
Class SunJava5

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

public class SunJava5
extends NestableArchive

Sun: Java 5

Author:
Jesper Pedersen
See Also:
Serialized Form

Constructor Summary
SunJava5()
          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

SunJava5

public SunJava5()
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/)