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 Summary
Constructors Constructor Description DownloadStatsAdvice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getArtifactProperties(org.eclipse.equinox.p2.metadata.IInstallableUnit iu, org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor descriptor)
Map<String,String>
getInstallableUnitProperties(org.eclipse.equinox.p2.metadata.MetadataFactory.InstallableUnitDescription iu)
boolean
isApplicable(String configSpec, boolean includeDefault, String id, org.eclipse.equinox.p2.metadata.Version version)
-
-
-
Method Detail
-
getInstallableUnitProperties
public Map<String,String> getInstallableUnitProperties(org.eclipse.equinox.p2.metadata.MetadataFactory.InstallableUnitDescription iu)
- Specified by:
getInstallableUnitProperties
in interfaceorg.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 interfaceorg.eclipse.equinox.p2.publisher.actions.IPropertyAdvice
-
-