public abstract class AbstractBundleRepository extends Object implements IFedoraBundleRepository
IFedoraBundleRepository
interface. All bundle repository
implementations should extend this class and implement
getDropinsLocations()
.Modifier and Type | Field and Description |
---|---|
protected Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
externalUnits |
protected Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
internalUnits |
protected Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
platformUnits |
Constructor and Description |
---|
AbstractBundleRepository() |
Modifier and Type | Method and Description |
---|---|
abstract Set<Path> |
getDropinsLocations() |
Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
getExternalUnits() |
Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
getInternalUnits() |
Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
getPlatformUnits() |
protected Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> platformUnits
protected Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> internalUnits
protected Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> externalUnits
public final Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> getPlatformUnits()
getPlatformUnits
in interface IFedoraBundleRepository
public final Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> getInternalUnits()
getInternalUnits
in interface IFedoraBundleRepository
public final Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> getExternalUnits()
getExternalUnits
in interface IFedoraBundleRepository
Copyright © 2008–2020 Eclipse Foundation. All rights reserved.