Uses of Class
aQute.bnd.service.RepositoryPlugin.PutOptions
Packages that use RepositoryPlugin.PutOptions
Package
Description
-
Uses of RepositoryPlugin.PutOptions in aQute.bnd.build
Methods in aQute.bnd.build with parameters of type RepositoryPlugin.PutOptionsModifier and TypeMethodDescriptionWorkspaceRepository.put
(InputStream stream, RepositoryPlugin.PutOptions options) -
Uses of RepositoryPlugin.PutOptions in aQute.bnd.maven
Methods in aQute.bnd.maven with parameters of type RepositoryPlugin.PutOptionsModifier and TypeMethodDescriptionMavenRepository.put
(InputStream stream, RepositoryPlugin.PutOptions options) Deprecated. -
Uses of RepositoryPlugin.PutOptions in aQute.bnd.maven.support
Methods in aQute.bnd.maven.support with parameters of type RepositoryPlugin.PutOptionsModifier and TypeMethodDescriptionMavenRemoteRepository.put
(InputStream stream, RepositoryPlugin.PutOptions options) -
Uses of RepositoryPlugin.PutOptions in aQute.bnd.service
Fields in aQute.bnd.service declared as RepositoryPlugin.PutOptionsModifier and TypeFieldDescriptionstatic final RepositoryPlugin.PutOptions
RepositoryPlugin.DEFAULTOPTIONS
Methods in aQute.bnd.service with parameters of type RepositoryPlugin.PutOptionsModifier 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.PutOptions in aQute.lib.deployer
Fields in aQute.lib.deployer declared as RepositoryPlugin.PutOptionsModifier and TypeFieldDescription(package private) static final RepositoryPlugin.PutOptions
FileRepo.DEFAULTOPTIONS
Options used when the options are nullMethods in aQute.lib.deployer with parameters of type RepositoryPlugin.PutOptionsModifier and TypeMethodDescriptionFileRepo.put
(InputStream stream, RepositoryPlugin.PutOptions options) protected File
FileRepo.putArtifact
(File tmpFile, RepositoryPlugin.PutOptions options, byte[] digest)