Class RemoteArtifactTransferPolicy
- java.lang.Object
-
- org.eclipse.tycho.repository.p2base.artifact.provider.formats.ArtifactTransferPolicy
-
- org.eclipse.tycho.repository.p2base.artifact.provider.formats.ArtifactTransferPolicyBase
-
- org.eclipse.tycho.repository.p2base.artifact.provider.formats.RemoteArtifactTransferPolicy
-
final class RemoteArtifactTransferPolicy extends ArtifactTransferPolicyBase
-
-
Constructor Summary
Constructors Constructor Description RemoteArtifactTransferPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
insertCanonicalAndPacked(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor canonical, org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor packed, java.util.LinkedList<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> list)
Inserts the canonical and packed descriptor in preferred order.-
Methods inherited from class org.eclipse.tycho.repository.p2base.artifact.provider.formats.ArtifactTransferPolicyBase
sortFormatsByPreference
-
Methods inherited from class org.eclipse.tycho.repository.p2base.artifact.provider.formats.ArtifactTransferPolicy
isCanonicalFormat, isPack200Format
-
-
-
-
Method Detail
-
insertCanonicalAndPacked
protected void insertCanonicalAndPacked(org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor canonical, org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor packed, java.util.LinkedList<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> list)
Description copied from class:ArtifactTransferPolicyBase
Inserts the canonical and packed descriptor in preferred order.- Specified by:
insertCanonicalAndPacked
in classArtifactTransferPolicyBase
- Parameters:
canonical
- The canonical descriptor to be inserted in preferred order, ornull
if the list to be sorted did not contain a canonical descriptor.packed
- The packed descriptor to be inserted in preferred order, ornull
if the list to be sorted did not contain a packed descriptor.list
- All other descriptors from the list to be sorted. To be completed by the canonical and packed descriptors (if available).
-
-