Class FileBundleVersionInfo

    • Method Detail

      • isBundle

        public boolean isBundle()
        Specified by:
        isBundle in class BundleVersionInfo<File>
        Returns:
        True if the provided data is a valid bundle
      • getBundleLastModified

        public long getBundleLastModified()
        Description copied from class: BundleVersionInfo
        Return the bundle last modification time, based on the BND_LAST_MODIFIED manifest header, if available. This is *not* the Bundle.getLastModified() value, which refers to actions in the OSGi framework.
        Specified by:
        getBundleLastModified in class BundleVersionInfo<File>
        Returns:
        BND_LAST_MODIFIED_MISSING if header not supplied
      • isSnapshot

        public boolean isSnapshot()
        Specified by:
        isSnapshot in class BundleVersionInfo<File>
        Returns:
        True if the bundle version indicates a snapshot