public class Artifact extends Object implements Comparable<Artifact>
| Constructor and Description |
|---|
Artifact(ArtifactIdentifier identifier,
org.springframework.http.HttpHeaders artifactMetadata,
InputStream inputStream,
org.apache.http.StatusLine httpStatus) |
Artifact(org.springframework.http.HttpHeaders artifactMetadata,
InputStream inputStream,
org.apache.http.StatusLine httpStatus) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Artifact other) |
org.apache.http.StatusLine |
getHttpStatus() |
ArtifactIdentifier |
getIdentifier() |
InputStream |
getInputStream() |
org.springframework.http.HttpHeaders |
getMetadata() |
Artifact |
setIdentifier(ArtifactIdentifier identifier) |
public Artifact(org.springframework.http.HttpHeaders artifactMetadata,
InputStream inputStream,
org.apache.http.StatusLine httpStatus)
public Artifact(ArtifactIdentifier identifier, org.springframework.http.HttpHeaders artifactMetadata, InputStream inputStream, org.apache.http.StatusLine httpStatus)
public org.springframework.http.HttpHeaders getMetadata()
public InputStream getInputStream()
public org.apache.http.StatusLine getHttpStatus()
public ArtifactIdentifier getIdentifier()
public Artifact setIdentifier(ArtifactIdentifier identifier)
public int compareTo(Artifact other)
compareTo in interface Comparable<Artifact>Copyright © 2000–2018 LOCKSS Program. All rights reserved.