Uses of Enum Class
aQute.bnd.build.Workspace.ResourceRepositoryStrategy
Packages that use Workspace.ResourceRepositoryStrategy
-
Uses of Workspace.ResourceRepositoryStrategy in aQute.bnd.build
Methods in aQute.bnd.build that return Workspace.ResourceRepositoryStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Workspace.ResourceRepositoryStrategy[]
Workspace.ResourceRepositoryStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in aQute.bnd.build with parameters of type Workspace.ResourceRepositoryStrategyModifier and TypeMethodDescription(package private) Stream<org.osgi.resource.Capability>
Workspace.findProviders
(String namespace, String filter, Workspace.ResourceRepositoryStrategy strategy) Workspace.getBundle
(String bsn, Version version, Map<String, String> attrs, Workspace.ResourceRepositoryStrategy strategy) Workspace.getBundle
(org.osgi.resource.Resource resource, Workspace.ResourceRepositoryStrategy strategy) private LibraryHandler.RepoLibrary
LibraryHandler.getLibrary
(String name, String versionRange, Workspace.ResourceRepositoryStrategy strategy) org.osgi.service.repository.Repository
Workspace.getResourceRepository
(Workspace.ResourceRepositoryStrategy strategy) Return an aggregate repository of all the repositories to search.