Uses of Class
aQute.bnd.service.RepositoryPlugin.PutResult
-
Packages that use RepositoryPlugin.PutResult Package Description aQute.bnd.build aQute.bnd.maven aQute.bnd.maven.support aQute.bnd.service aQute.lib.deployer -
-
Uses of RepositoryPlugin.PutResult in aQute.bnd.build
Methods in aQute.bnd.build that return RepositoryPlugin.PutResult Modifier and Type Method Description RepositoryPlugin.PutResult
WorkspaceRepository. put(java.io.InputStream stream, RepositoryPlugin.PutOptions options)
-
Uses of RepositoryPlugin.PutResult in aQute.bnd.maven
Methods in aQute.bnd.maven that return RepositoryPlugin.PutResult Modifier and Type Method Description RepositoryPlugin.PutResult
MavenRepository. put(java.io.InputStream stream, RepositoryPlugin.PutOptions options)
Deprecated. -
Uses of RepositoryPlugin.PutResult in aQute.bnd.maven.support
Methods in aQute.bnd.maven.support that return RepositoryPlugin.PutResult Modifier and Type Method Description RepositoryPlugin.PutResult
MavenRemoteRepository. put(java.io.InputStream stream, RepositoryPlugin.PutOptions options)
-
Uses of RepositoryPlugin.PutResult in aQute.bnd.service
Methods in aQute.bnd.service that return RepositoryPlugin.PutResult 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.PutResult in aQute.lib.deployer
Methods in aQute.lib.deployer that return RepositoryPlugin.PutResult Modifier and Type Method Description RepositoryPlugin.PutResult
FileRepo. put(java.io.InputStream stream, RepositoryPlugin.PutOptions options)
-