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

Packages that use RepositoryPlugin.Strategy
aQute.bnd.build   
aQute.bnd.maven   
aQute.bnd.maven.support   
aQute.bnd.repo.eclipse   
aQute.bnd.service   
aQute.lib.deployer   
aQute.lib.deployer.obr   
 

Uses of RepositoryPlugin.Strategy in aQute.bnd.build
 

Methods in aQute.bnd.build that return RepositoryPlugin.Strategy
protected  RepositoryPlugin.Strategy Project.overrideStrategy(Map<String,String> attrs, RepositoryPlugin.Strategy useStrategy)
           
 

Methods in aQute.bnd.build with parameters of type RepositoryPlugin.Strategy
 void Project.appendPackages(RepositoryPlugin.Strategy strategyx, String spec, List<Container> resolvedBundles, ResolverMode mode)
          Calculates the containers required to fulfil the -buildpackages instruction, and appends them to the existing list of containers.
 void Project.doMavenPom(RepositoryPlugin.Strategy strategyx, List<Container> result, String action)
          The user selected pom in a path.
 Container Project.getBundle(String bsn, String range, RepositoryPlugin.Strategy strategy, Map<String,String> attrs)
          Get a bundle from one of the plugin repositories.
 List<Container> Project.getBundles(RepositoryPlugin.Strategy strategyx, String spec, String source)
          Analyze the header and return a list of files that should be on the build, test or some other path.
 Container Project.getPackage(String packageName, String range, RepositoryPlugin.Strategy strategyx, Map<String,String> attrs, ResolverMode mode)
          Find a container to fulfil a package requirement
protected  RepositoryPlugin.Strategy Project.overrideStrategy(Map<String,String> attrs, RepositoryPlugin.Strategy useStrategy)
           
 

Uses of RepositoryPlugin.Strategy in aQute.bnd.maven
 

Methods in aQute.bnd.maven with parameters of type RepositoryPlugin.Strategy
 File MavenRepository.get(String bsn, String range, RepositoryPlugin.Strategy strategy, Map<String,String> properties)
           
 

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

Methods in aQute.bnd.maven.support with parameters of type RepositoryPlugin.Strategy
 File MavenRemoteRepository.get(String bsn, String version, RepositoryPlugin.Strategy strategy, Map<String,String> properties)
           
 

Uses of RepositoryPlugin.Strategy in aQute.bnd.repo.eclipse
 

Methods in aQute.bnd.repo.eclipse with parameters of type RepositoryPlugin.Strategy
 File EclipseRepo.get(String bsn, String range, RepositoryPlugin.Strategy strategy, Map<String,String> properties)
           
 

Uses of RepositoryPlugin.Strategy in aQute.bnd.service
 

Methods in aQute.bnd.service that return RepositoryPlugin.Strategy
static RepositoryPlugin.Strategy RepositoryPlugin.Strategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RepositoryPlugin.Strategy[] RepositoryPlugin.Strategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in aQute.bnd.service with parameters of type RepositoryPlugin.Strategy
 File RepositoryPlugin.get(String bsn, String range, RepositoryPlugin.Strategy strategy, Map<String,String> properties)
          Return a URL to a matching version of the given bundle.
 ResourceHandle RemoteRepositoryPlugin.getHandle(String bsn, String range, RepositoryPlugin.Strategy strategy, Map<String,String> properties)
          Retrieve a resource handle from the repository.
 

Uses of RepositoryPlugin.Strategy in aQute.lib.deployer
 

Methods in aQute.lib.deployer with parameters of type RepositoryPlugin.Strategy
 File FileRepo.get(String bsn, String version, RepositoryPlugin.Strategy strategy, Map<String,String> properties)
           
 

Uses of RepositoryPlugin.Strategy in aQute.lib.deployer.obr
 

Methods in aQute.lib.deployer.obr with parameters of type RepositoryPlugin.Strategy
 File AbstractBaseOBR.get(String bsn, String range, RepositoryPlugin.Strategy strategy, Map<String,String> properties)
           
 ResourceHandle AbstractBaseOBR.getHandle(String bsn, String range, RepositoryPlugin.Strategy strategy, Map<String,String> properties)
           
 



Copyright © 2012 aQute SARL. All Rights Reserved.