Class FinalTargetPlatformImpl

    • Method Detail

      • reportUsedLocalIUs

        public void reportUsedLocalIUs​(java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> usedUnits)
      • getInstallableUnitsAsMetadataRepository

        public org.eclipse.equinox.p2.repository.metadata.IMetadataRepository getInstallableUnitsAsMetadataRepository()
        Description copied from interface: P2TargetPlatform
        Returns the target platform content as (immutable) p2 metadata repository.
      • getArtifactLocation

        public java.io.File getArtifactLocation​(ArtifactKey artifact)
        Description copied from interface: TargetPlatform
        Returns the file system location of the given target platform artifact. Not supported by the preliminary target platform.
        Returns:
        the location of the given artifact, or null if the artifact does not exist in the target platform, or if the given ArtifactKey refers to an metadata-only "artifact" e.g. a product definition.