Class DownloadStatsAdvice

java.lang.Object
org.eclipse.tycho.p2.impl.publisher.DownloadStatsAdvice
All Implemented Interfaces:
org.eclipse.equinox.p2.publisher.actions.IPropertyAdvice, org.eclipse.equinox.p2.publisher.IPublisherAdvice

public class DownloadStatsAdvice extends Object implements org.eclipse.equinox.p2.publisher.actions.IPropertyAdvice
  • Constructor Details

    • DownloadStatsAdvice

      public DownloadStatsAdvice()
  • Method Details

    • getInstallableUnitProperties

      public Map<String,String> getInstallableUnitProperties(org.eclipse.equinox.p2.metadata.MetadataFactory.InstallableUnitDescription iu)
      Specified by:
      getInstallableUnitProperties in interface org.eclipse.equinox.p2.publisher.actions.IPropertyAdvice
    • getArtifactProperties

      public Map<String,String> getArtifactProperties(org.eclipse.equinox.p2.metadata.IInstallableUnit iu, org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor descriptor)
      Specified by:
      getArtifactProperties in interface org.eclipse.equinox.p2.publisher.actions.IPropertyAdvice
    • isApplicable

      public boolean isApplicable(String configSpec, boolean includeDefault, String id, org.eclipse.equinox.p2.metadata.Version version)
      Specified by:
      isApplicable in interface org.eclipse.equinox.p2.publisher.IPublisherAdvice