Package org.fedoraproject.p2
Class FedoraBundleRepository
- java.lang.Object
-
- org.fedoraproject.p2.AbstractBundleRepository
-
- org.fedoraproject.p2.FedoraBundleRepository
-
- All Implemented Interfaces:
IFedoraBundleRepository
public class FedoraBundleRepository extends AbstractBundleRepository
This acts as a front-end for all interactions/queries regarding the locations and metadata associated with system bundles (OSGi, Feature).
-
-
Field Summary
-
Fields inherited from class org.fedoraproject.p2.AbstractBundleRepository
externalUnits, internalUnits, platformUnits
-
-
Constructor Summary
Constructors Constructor Description FedoraBundleRepository(SCL scl)
-
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
-
-
-
-
Constructor Detail
-
FedoraBundleRepository
public FedoraBundleRepository(SCL scl)
-
-
Method Detail
-
getDropinsLocations
public Set<Path> getDropinsLocations()
- Specified by:
getDropinsLocations
in classAbstractBundleRepository
-
-