Package | Description |
---|---|
aQute.bnd.build | |
aQute.bnd.maven | |
aQute.bnd.maven.support | |
aQute.bnd.service | |
aQute.lib.deployer |
Modifier and Type | Method and Description |
---|---|
RepositoryPlugin.PutResult |
WorkspaceRepository.put(java.io.InputStream stream,
RepositoryPlugin.PutOptions options) |
Modifier and Type | Method and Description |
---|---|
RepositoryPlugin.PutResult |
MavenRepository.put(java.io.InputStream stream,
RepositoryPlugin.PutOptions options)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RepositoryPlugin.PutResult |
MavenRemoteRepository.put(java.io.InputStream stream,
RepositoryPlugin.PutOptions options) |
Modifier and Type | Field and Description |
---|---|
static RepositoryPlugin.PutOptions |
RepositoryPlugin.DEFAULTOPTIONS |
Modifier and Type | Method and Description |
---|---|
RepositoryPlugin.PutResult |
RepositoryPlugin.put(java.io.InputStream stream,
RepositoryPlugin.PutOptions options)
Put an artifact (from the InputStream) into the repository.
There is no guarantee that the artifact on the input stream has not been modified after it's been put in the repository since that is dependent on the implementation of the repository. |
Modifier and Type | Field and Description |
---|---|
(package private) static RepositoryPlugin.PutOptions |
FileRepo.DEFAULTOPTIONS
Options used when the options are null
|
Modifier and Type | Method and Description |
---|---|
RepositoryPlugin.PutResult |
FileRepo.put(java.io.InputStream stream,
RepositoryPlugin.PutOptions options) |
protected java.io.File |
FileRepo.putArtifact(java.io.File tmpFile,
RepositoryPlugin.PutOptions options,
byte[] digest) |