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(InputStream stream,
RepositoryPlugin.PutOptions options) |
Modifier and Type | Method and Description |
---|---|
RepositoryPlugin.PutResult |
MavenRepository.put(InputStream stream,
RepositoryPlugin.PutOptions options) |
Modifier and Type | Method and Description |
---|---|
RepositoryPlugin.PutResult |
MavenRemoteRepository.put(InputStream stream,
RepositoryPlugin.PutOptions options) |
Modifier and Type | Method and Description |
---|---|
RepositoryPlugin.PutResult |
RepositoryPlugin.put(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 (see RepositoryPlugin.PutOptions#allowArtifactChange ). |
Modifier and Type | Method and Description |
---|---|
RepositoryPlugin.PutResult |
FileRepo.put(InputStream stream,
RepositoryPlugin.PutOptions options) |
Copyright © 2015 aQute SARL. All rights reserved.