public class FedoraBundleRepository extends AbstractBundleRepository
Modifier and Type | Field and Description |
---|---|
private java.util.Set<java.nio.file.Path> |
dropinsLocations |
private java.util.Map<java.nio.file.Path,org.eclipse.equinox.p2.repository.metadata.IMetadataRepository> |
metaRepos |
externalUnits, internalUnits, platformUnits
Constructor and Description |
---|
FedoraBundleRepository(SCL scl) |
Modifier and Type | Method and Description |
---|---|
private java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
enumerateUnits(java.util.Set<java.nio.file.Path> locations) |
java.util.Set<java.nio.file.Path> |
getDropinsLocations() |
getExternalUnits, getInternalUnits, getPlatformUnits
private java.util.Map<java.nio.file.Path,org.eclipse.equinox.p2.repository.metadata.IMetadataRepository> metaRepos
private java.util.Set<java.nio.file.Path> dropinsLocations
public FedoraBundleRepository(SCL scl)
private java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> enumerateUnits(java.util.Set<java.nio.file.Path> locations)
public java.util.Set<java.nio.file.Path> getDropinsLocations()
getDropinsLocations
in class AbstractBundleRepository