Uses of Enum Class
aQute.bnd.service.Strategy
Packages that use Strategy
-
Uses of Strategy in aQute.bnd.build
Methods in aQute.bnd.build that return StrategyModifier and TypeMethodDescriptionprotected Strategy
Project.overrideStrategy
(Map<String, String> attrs, Strategy useStrategy) Methods in aQute.bnd.build with parameters of type StrategyModifier and TypeMethodDescriptionvoid
Project.doMavenPom
(Strategy strategyx, List<Container> result, String action) The user selected pom in a path.ProjectMessages.FoundVersions_ForStrategy_ButNoProvider
(SortedMap<Version, RepositoryPlugin> versions, Strategy useStrategy) private File
Get a bundle from one of the plugin repositories.(package private) Collection<Container>
Project.getBundles
(Strategy strategy, String spec) Just calls a new method with a default parm.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.Project.getBundlesWildcard
(String bsnPattern, String range, Strategy strategyx, Map<String, String> attrs) Get all bundles matching a wildcard expression.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 -
Uses of Strategy in aQute.bnd.maven.support
Methods in aQute.bnd.maven.support with parameters of type Strategy -
Uses of Strategy in aQute.bnd.service
Methods in aQute.bnd.service that return StrategyModifier and TypeMethodDescriptionstatic Strategy
Returns the enum constant of this class with the specified name.static Strategy[]
Strategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in aQute.bnd.service with parameters of type Strategy