org.jboss.tattletale.core
Class NestableArchive
java.lang.Object
org.jboss.tattletale.core.Archive
org.jboss.tattletale.core.NestableArchive
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
- Direct Known Subclasses:
- SunJava5, SunJava6
public abstract class NestableArchive
- extends Archive
Nestable archive
- Author:
- Jesper Pedersen
- See Also:
- Serialized Form
|
Constructor Summary |
NestableArchive(int type,
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 |
| 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 |
NestableArchive
public NestableArchive(int type,
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:
type - The typename - The namemanifest - The manifestrequires - The requiresprovides - The providespackageDependencies - The package dependenciesblacklistedDependencies - The blacklisted dependencieslocation - The location
getSubArchives
public java.util.List<Archive> getSubArchives()
- Get the sub-archives
- Returns:
- The value
addSubArchive
public void addSubArchive(Archive value)
- Add a sub-archive
- Parameters:
value - The value
Copyright ? 2009 JBoss (http://www.jboss.com/)