Uses of Class
aQute.bnd.service.RepositoryPlugin.PutResult

Packages that use RepositoryPlugin.PutResult
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
 RepositoryPlugin.PutResult WorkspaceRepository.put(InputStream stream, RepositoryPlugin.PutOptions options)
           
 

Uses of RepositoryPlugin.PutResult in aQute.bnd.maven
 

Methods in aQute.bnd.maven that return RepositoryPlugin.PutResult
 RepositoryPlugin.PutResult MavenRepository.put(InputStream stream, RepositoryPlugin.PutOptions options)
           
 

Uses of RepositoryPlugin.PutResult in aQute.bnd.maven.support
 

Methods in aQute.bnd.maven.support that return RepositoryPlugin.PutResult
 RepositoryPlugin.PutResult MavenRemoteRepository.put(InputStream stream, RepositoryPlugin.PutOptions options)
           
 

Uses of RepositoryPlugin.PutResult in aQute.bnd.service
 

Methods in aQute.bnd.service that return RepositoryPlugin.PutResult
 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).
 

Uses of RepositoryPlugin.PutResult in aQute.lib.deployer
 

Methods in aQute.lib.deployer that return RepositoryPlugin.PutResult
 RepositoryPlugin.PutResult FileRepo.put(InputStream stream, RepositoryPlugin.PutOptions options)
           
 



Copyright © 2014 aQute SARL. All rights reserved.