Uses of Class
aQute.bnd.service.RepositoryPlugin.PutOptions
-
Packages that use RepositoryPlugin.PutOptions Package Description aQute.bnd.build aQute.bnd.maven aQute.bnd.maven.support aQute.bnd.service aQute.lib.deployer -
-
Uses of RepositoryPlugin.PutOptions in aQute.bnd.build
Methods in aQute.bnd.build with parameters of type RepositoryPlugin.PutOptions Modifier and Type Method Description RepositoryPlugin.PutResult
WorkspaceRepository. put(java.io.InputStream stream, RepositoryPlugin.PutOptions options)
-
Uses of RepositoryPlugin.PutOptions in aQute.bnd.maven
Methods in aQute.bnd.maven with parameters of type RepositoryPlugin.PutOptions Modifier and Type Method Description RepositoryPlugin.PutResult
MavenRepository. put(java.io.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.PutOptions Modifier and Type Method Description RepositoryPlugin.PutResult
MavenRemoteRepository. put(java.io.InputStream stream, RepositoryPlugin.PutOptions options)
-
Uses of RepositoryPlugin.PutOptions in aQute.bnd.service
Fields in aQute.bnd.service declared as RepositoryPlugin.PutOptions Modifier and Type Field Description static RepositoryPlugin.PutOptions
RepositoryPlugin. DEFAULTOPTIONS
Methods in aQute.bnd.service with parameters of type RepositoryPlugin.PutOptions Modifier and Type Method 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. -
Uses of RepositoryPlugin.PutOptions in aQute.lib.deployer
Methods in aQute.lib.deployer with parameters of type RepositoryPlugin.PutOptions Modifier and Type Method 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)
-