org.jboss.tattletale.core
Class JarArchive

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

public class JarArchive
extends Archive

JAR Archive

Author:
Jesper Pedersen
See Also:
Serialized Form

Constructor Summary
JarArchive(java.lang.String name, java.util.List<java.lang.String> manifest, java.util.SortedSet<java.lang.String> requires, java.util.SortedMap<java.lang.String,java.lang.Long> provides, java.util.SortedMap<java.lang.String,java.util.SortedSet<java.lang.String>> packageDependencies, java.util.SortedMap<java.lang.String,java.util.SortedSet<java.lang.String>> blacklistedDependencies, Location location)
          Constructor
 
Method Summary
 
Methods inherited from class org.jboss.tattletale.core.Archive
addLocation, compareTo, doesProvide, 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

JarArchive

public JarArchive(java.lang.String name,
                  java.util.List<java.lang.String> manifest,
                  java.util.SortedSet<java.lang.String> requires,
                  java.util.SortedMap<java.lang.String,java.lang.Long> provides,
                  java.util.SortedMap<java.lang.String,java.util.SortedSet<java.lang.String>> packageDependencies,
                  java.util.SortedMap<java.lang.String,java.util.SortedSet<java.lang.String>> blacklistedDependencies,
                  Location location)
Constructor

Parameters:
name - The name
manifest - The manifest
requires - The requires
provides - The provides
packageDependencies - The package dependencies
blacklistedDependencies - The blacklisted dependencies
location - The location


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