public static class RepositoryPlugin.PutOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
bsn
When set, the repository must use it as the bsn
|
static java.lang.String |
BUNDLE |
Processor |
context
Provides the context.
|
byte[] |
digest
The SHA1 digest of the artifact to put into the repository.
|
static java.lang.String |
LIB |
java.lang.String |
type
Specify the mime type of the importing stream.
|
Version |
version
When set, the repository must use it as the version
|
Constructor and Description |
---|
PutOptions() |
public static final java.lang.String BUNDLE
public static final java.lang.String LIB
public byte[] digest
public java.lang.String type
public java.lang.String bsn
public Version version
public Processor context