Uses of Class
aQute.bnd.service.Strategy
-
Packages that use Strategy Package Description 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 Modifier and Type Method Description protected Strategy
Project. overrideStrategy(java.util.Map<java.lang.String,java.lang.String> attrs, Strategy useStrategy)
Methods in aQute.bnd.build with parameters of type Strategy Modifier and Type Method Description void
Project. doMavenPom(Strategy strategyx, java.util.List<Container> result, java.lang.String action)
The user selected pom in a path.aQute.service.reporter.Messages.ERROR
ProjectMessages. FoundVersions_ForStrategy_ButNoProvider(java.util.SortedMap<Version,RepositoryPlugin> versions, Strategy useStrategy)
Container
Project. getBundle(java.lang.String bsn, java.lang.String range, Strategy strategy, java.util.Map<java.lang.String,java.lang.String> attrs)
Get a bundle from one of the plugin repositories.java.util.List<Container>
Project. getBundles(Strategy strategyx, java.lang.String spec, java.lang.String source)
Analyze the header and return a list of files that should be on the build, test or some other path.java.util.List<Container>
Project. getBundlesWildcard(java.lang.String bsnPattern, java.lang.String range, Strategy strategyx, java.util.Map<java.lang.String,java.lang.String> attrs)
Get all bundles matching a wildcard expression.protected Strategy
Project. overrideStrategy(java.util.Map<java.lang.String,java.lang.String> attrs, Strategy useStrategy)
-
Uses of Strategy in aQute.bnd.maven
Methods in aQute.bnd.maven with parameters of type Strategy Modifier and Type Method Description java.io.File
MavenRepository. get(java.lang.String bsn, java.lang.String range, Strategy strategy, java.util.Map<java.lang.String,java.lang.String> properties)
Deprecated. -
Uses of Strategy in aQute.bnd.maven.support
Methods in aQute.bnd.maven.support with parameters of type Strategy Modifier and Type Method Description java.io.File
MavenRemoteRepository. get(java.lang.String bsn, java.lang.String version, Strategy strategy, java.util.Map<java.lang.String,java.lang.String> properties)
-
Uses of Strategy in aQute.bnd.service
Methods in aQute.bnd.service that return Strategy Modifier and Type Method Description static Strategy
Strategy. valueOf(java.lang.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 Modifier and Type Method Description ResourceHandle
RemoteRepositoryPlugin. getHandle(java.lang.String bsn, java.lang.String version, Strategy strategy, java.util.Map<java.lang.String,java.lang.String> properties)
Retrieve a resource handle from the repository.
-