org.jboss.tattletale.reporting
Class SunJava6JSSE

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

public class SunJava6JSSE
extends Archive

Sun: Java 6 (JSSE)

Author:
Jesper Pedersen
See Also:
Serialized Form

Constructor Summary
SunJava6JSSE()
          Constructor
 
Method Summary
 boolean doesProvide(java.lang.String clz)
          Does the archives provide this class
 
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

SunJava6JSSE

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