Bug 249994 - [artifact] What is the contract for calling IArtifactRepository.getArtifact?
Summary: [artifact] What is the contract for calling IArtifactRepository.getArtifact?
Status: RESOLVED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: p2 (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.5 M3   Edit
Assignee: P2 Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2008-10-07 13:17 EDT by Andrew Cattle CLA
Modified: 2008-10-07 19:52 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cattle CLA 2008-10-07 13:17:08 EDT
The API simply says "Fill the given stream with the described artifact. Sets status accordingly," which is fairly vague.
Comment 1 Pascal Rapicault CLA 2008-10-07 19:52:46 EDT
We are confirming what the method is keeping the semantics that it has been used under since the beginning, which is that it will write to the given output stream the bytes represented by the artifact descriptor processed by the processing steps.
I have fixed the java doc in HEAD.