Class BundleInfo

java.lang.Object
org.eclipse.osgi.storage.BundleInfo

public final class BundleInfo extends Object
  • Field Details

  • Constructor Details

    • BundleInfo

      public BundleInfo(Storage storage, long bundleId, String location, long nextGenerationId)
  • Method Details

    • getBundleId

      public long getBundleId()
    • getLocation

      public String getLocation()
    • getStorage

      public Storage getStorage()
    • delete

      public void delete()
    • getNextGenerationId

      public long getNextGenerationId()
    • getDataFile

      public File getDataFile(String path)