Uses of Class
aQute.bnd.service.RepositoryPlugin.PutResult
Packages that use RepositoryPlugin.PutResult
Package
Description
-
Uses of RepositoryPlugin.PutResult in aQute.bnd.build
Methods in aQute.bnd.build that return RepositoryPlugin.PutResultModifier and TypeMethodDescriptionWorkspaceRepository.put
(InputStream stream, RepositoryPlugin.PutOptions options) -
Uses of RepositoryPlugin.PutResult in aQute.bnd.maven
Methods in aQute.bnd.maven that return RepositoryPlugin.PutResultModifier and TypeMethodDescriptionMavenRepository.put
(InputStream stream, RepositoryPlugin.PutOptions options) Deprecated. -
Uses of RepositoryPlugin.PutResult in aQute.bnd.maven.support
Methods in aQute.bnd.maven.support that return RepositoryPlugin.PutResultModifier and TypeMethodDescriptionMavenRemoteRepository.put
(InputStream stream, RepositoryPlugin.PutOptions options) -
Uses of RepositoryPlugin.PutResult in aQute.bnd.service
Methods in aQute.bnd.service that return RepositoryPlugin.PutResultModifier and TypeMethodDescriptionRepositoryPlugin.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. -
Uses of RepositoryPlugin.PutResult in aQute.lib.deployer
Methods in aQute.lib.deployer that return RepositoryPlugin.PutResultModifier and TypeMethodDescriptionFileRepo.put
(InputStream stream, RepositoryPlugin.PutOptions options)