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

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

Uses of RepositoryPlugin.PutOptions in aQute.bnd.maven
 

Methods in aQute.bnd.maven with parameters of type RepositoryPlugin.PutOptions
 RepositoryPlugin.PutResult MavenRepository.put(InputStream stream, RepositoryPlugin.PutOptions options)
           
 

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

Methods in aQute.bnd.maven.support with parameters of type RepositoryPlugin.PutOptions
 RepositoryPlugin.PutResult MavenRemoteRepository.put(InputStream stream, RepositoryPlugin.PutOptions options)
           
 

Uses of RepositoryPlugin.PutOptions in aQute.bnd.service
 

Fields in aQute.bnd.service declared as RepositoryPlugin.PutOptions
static RepositoryPlugin.PutOptions RepositoryPlugin.DEFAULTOPTIONS
           
 

Methods in aQute.bnd.service with parameters of type RepositoryPlugin.PutOptions
 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.PutOptions in aQute.lib.deployer
 

Methods in aQute.lib.deployer with parameters of type RepositoryPlugin.PutOptions
 RepositoryPlugin.PutResult FileRepo.put(InputStream stream, RepositoryPlugin.PutOptions options)
           
protected  File FileRepo.putArtifact(File tmpFile, RepositoryPlugin.PutOptions options, byte[] digest)
           
 



Copyright © 2014 aQute SARL. All rights reserved.