Class FedoraBundleIndex


  • public class FedoraBundleIndex
    extends Object
    An index for bundles (OSGi, Feature) under a specified location.
    • Constructor Detail

      • FedoraBundleIndex

        public FedoraBundleIndex​(File root)
    • Method Detail

      • getAllArtifactKeys

        public Collection<org.eclipse.equinox.p2.metadata.IArtifactKey> getAllArtifactKeys()
      • getFileForKey

        public File getFileForKey​(org.eclipse.equinox.p2.metadata.IArtifactKey key)
      • getKeyForFile

        public org.eclipse.equinox.p2.metadata.IArtifactKey getKeyForFile​(File file)
      • containsKey

        public boolean containsKey​(org.eclipse.equinox.p2.metadata.IArtifactKey key)