Interface PlatformPackageService.PlatformPackage

All Known Implementing Classes:
BasicPlatformPackage
Enclosing interface:
PlatformPackageService

public static interface PlatformPackageService.PlatformPackage
A platform package.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the package name.
    Get the package version.
    boolean
    Flag if this package is installed.
  • Method Details

    • getName

      String getName()
      Get the package name.
      Returns:
      the name
    • getVersion

      String getVersion()
      Get the package version.
      Returns:
      the version
    • isInstalled

      boolean isInstalled()
      Flag if this package is installed.
      Returns:
      true if the package is installed