Interface BundleReference


public interface BundleReference
A reference to a bundle, its version and location
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    A Version in case multiple artifacts with the same version are to be added
  • Method Details

    • getId

      String getId()
      Returns:
      the id of this bundle, this usually match the bundle symbolic name
    • getVersion

      String getVersion()
      A Version in case multiple artifacts with the same version are to be added
    • getLocation

      File getLocation()
      Returns:
      location where the bundle is stored on disk