public class CompoundBundleRepository extends AbstractBundleRepository
Modifier and Type | Field and Description |
---|---|
private java.util.List<FedoraBundleRepository> |
indices |
externalUnits, internalUnits, platformUnits
Constructor and Description |
---|
CompoundBundleRepository(java.util.List<SCL> scls)
Create a compound repository backed by file system locations at given
prefixes.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.nio.file.Path> |
getDropinsLocations() |
getExternalUnits, getInternalUnits, getPlatformUnits
private final java.util.List<FedoraBundleRepository> indices
public CompoundBundleRepository(java.util.List<SCL> scls)
scls
- ordered list of prefixes to usepublic java.util.Set<java.nio.file.Path> getDropinsLocations()
getDropinsLocations
in class AbstractBundleRepository