Package aQute.bnd.service
Class RepositoryPlugin.PutResult
java.lang.Object
aQute.bnd.service.RepositoryPlugin.PutResult
- Enclosing interface:
- RepositoryPlugin
Results returned by the put operation
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
Set to true if this artifact was already releasedA (potentially public) uri to the revision as it was put in the repository.
This can be a URI to the given artifact (when it was put into the repository).byte[]
The SHA1 digest of the artifact as it was put into the repository.
This can be null and it can differ from the input digest if the repository rewrote the stream for optimization reason. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
artifact
A (potentially public) uri to the revision as it was put in the repository.
This can be a URI to the given artifact (when it was put into the repository). This does not have to be a File URI! -
digest
public byte[] digestThe SHA1 digest of the artifact as it was put into the repository.
This can be null and it can differ from the input digest if the repository rewrote the stream for optimization reason. If the -
alreadyReleased
public boolean alreadyReleasedSet to true if this artifact was already released
-
-
Constructor Details
-
PutResult
public PutResult()
-