Interface TargetPlatformInstance

    • Method Detail

      • getEnabledPackagesIds

        List<String> getEnabledPackagesIds()
        Return the list of ids of packages enabled on this target platform.
      • getEnabledPackages

        Map<String,​TargetPackage> getEnabledPackages()
        Return the list of packages enabled on this target platform.
      • hasEnabledPackageWithName

        boolean hasEnabledPackageWithName​(String packageName)
        Checks if there is any enabled package with the name packageName.
      • getParent

        TargetPlatform getParent()
        Returns this target platform parent or null if there is no inheritance.