Uses of Class
aQute.bnd.service.Strategy

Packages that use Strategy
aQute.bnd.build   
aQute.bnd.maven   
aQute.bnd.maven.support   
aQute.bnd.service   
 

Uses of Strategy in aQute.bnd.build
 

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

Methods in aQute.bnd.build with parameters of type Strategy
 void Project.doMavenPom(Strategy strategyx, List<Container> result, String action)
          The user selected pom in a path.
 Messages.ERROR ProjectMessages.FoundVersions_ForStrategy_ButNoProvider(SortedMap<Version,RepositoryPlugin> versions, Strategy useStrategy)
           
 Container Project.getBundle(String bsn, String range, Strategy strategy, Map<String,String> attrs)
          Get a bundle from one of the plugin repositories.
 List<Container> Project.getBundles(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.
protected  Strategy Project.overrideStrategy(Map<String,String> attrs, Strategy useStrategy)
           
 

Uses of Strategy in aQute.bnd.maven
 

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

Uses of Strategy in aQute.bnd.maven.support
 

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

Uses of Strategy in aQute.bnd.service
 

Methods in aQute.bnd.service that return Strategy
static Strategy Strategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Strategy[] 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 Strategy
 ResourceHandle RemoteRepositoryPlugin.getHandle(String bsn, String version, Strategy strategy, Map<String,String> properties)
          Retrieve a resource handle from the repository.
 



Copyright © 2014 aQute SARL. All rights reserved.