Class RemoteArtifactTransferPolicy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void insertCanonicalAndPacked​(java.util.List<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> canonical, java.util.List<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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RemoteArtifactTransferPolicy

        RemoteArtifactTransferPolicy()
    • Method Detail

      • insertCanonicalAndPacked

        protected void insertCanonicalAndPacked​(java.util.List<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> canonical,
                                                java.util.List<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 class ArtifactTransferPolicyBase
        Parameters:
        canonical - The canonical descriptor to be inserted in preferred order, or null if the list to be sorted did not contain a canonical descriptor.
        packed - The packed descriptor to be inserted in preferred order, or null 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).