|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.repoweb.model.common.AbstractArtifact
org.repoweb.model.file.FArtifact
Implementation of an artifact for file system.
Nested Class Summary |
Nested classes inherited from class org.repoweb.model.common.AbstractArtifact |
AbstractArtifact.BadArtifactFileException |
Constructor Summary | |
(package private) |
FArtifact(java.io.File file)
|
Method Summary | |
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. |
(package private) void |
setPom(Artifact pom)
|
Methods inherited from class org.repoweb.model.common.AbstractArtifact |
getArtifactId, getFile, getFileName, getGroupId, getId, getType, getVersion, isOverridden, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
FArtifact(java.io.File file) throws AbstractArtifact.BadArtifactFileException
Method Detail |
public long getLength()
Artifact
public java.io.InputStream getInputStream() throws java.io.FileNotFoundException
Artifact
java.io.FileNotFoundException
public Artifact getPom()
Artifact
void setPom(Artifact pom)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |