Package org.fedoraproject.p2
Class CompoundBundleRepository
- java.lang.Object
-
- org.fedoraproject.p2.AbstractBundleRepository
-
- org.fedoraproject.p2.CompoundBundleRepository
-
- All Implemented Interfaces:
IFedoraBundleRepository
public class CompoundBundleRepository extends AbstractBundleRepository
A compound bundle repository which consists of one or more layered bundle repositories.- Author:
- Mikolaj Izdebski
-
-
Field Summary
-
Fields inherited from class org.fedoraproject.p2.AbstractBundleRepository
externalUnits, internalUnits, platformUnits
-
-
Constructor Summary
Constructors Constructor Description CompoundBundleRepository(List<SCL> scls)
Create a compound repository backed by file system locations at given prefixes.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Path>
getDropinsLocations()
-
Methods inherited from class org.fedoraproject.p2.AbstractBundleRepository
getExternalUnits, getInternalUnits, getPlatformUnits
-
-
-
-
Method Detail
-
getDropinsLocations
public Set<Path> getDropinsLocations()
- Specified by:
getDropinsLocations
in classAbstractBundleRepository
-
-