public interface BuildArtifact extends BuildArtifactInfo
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BuildArtifact> |
getChildren()
Returns sub items of the artifact.
|
java.io.InputStream |
getInputStream()
Creates input stream for this artifact.
|
long |
getSize()
Computes artifact size.
|
long |
getTimestamp() |
boolean |
isArchive() |
boolean |
isContainer() |
boolean |
isDirectory() |
boolean |
isFile() |
getName, getRelativePathboolean isDirectory()
boolean isArchive()
boolean isFile()
boolean isContainer()
long getSize()
long getTimestamp()
@NotNull
java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOException@NotNull java.util.Collection<BuildArtifact> getChildren()