class LocalArtifactTransferPolicy extends ArtifactTransferPolicyBase
| Constructor and Description |
|---|
LocalArtifactTransferPolicy() |
| Modifier and Type | Method and 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.
|
sortFormatsByPreferenceisCanonicalFormat, isPack200Formatprotected 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)
ArtifactTransferPolicyBaseinsertCanonicalAndPacked in class ArtifactTransferPolicyBasecanonical - 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).