org.jboss.tattletale.reporting
Class SunJava6JCE

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

public class SunJava6JCE
extends Archive

Sun: Java 6 (JCE)

Author:
Jesper Pedersen
See Also:
Serialized Form

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

SunJava6JCE

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