|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represent a maven's artifact. A maven artifact file can be jar, xml, etc..
Method Summary | |
java.lang.String |
getId()
Return an id for an artifact. |
java.io.InputStream |
getInputStream()
Returns an input stream on this artifact. |
long |
getLength()
Retrieve the artifact length. |
Artifact |
getPom()
Retrieve the Project Object Model for this artifact. |
Methods inherited from interface org.repoweb.pom.ArtifactInfo |
getArtifactId, getFileName, getGroupId, getType, getVersion, isOverridden |
Method Detail |
public java.lang.String getId()
public Artifact getPom()
public long getLength()
public java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
- read error.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |