Uses of Enum
aQute.bnd.build.Workspace.ResourceRepositoryStrategy
Packages that use Workspace.ResourceRepositoryStrategy
-
Uses of Workspace.ResourceRepositoryStrategy in aQute.bnd.build
Subclasses with type arguments of type Workspace.ResourceRepositoryStrategy in aQute.bnd.buildModifier and TypeClassDescriptionstatic enumStrategy to use when creating a workspace ResourceRepository.Methods in aQute.bnd.build that return Workspace.ResourceRepositoryStrategyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static Workspace.ResourceRepositoryStrategy[]Workspace.ResourceRepositoryStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in aQute.bnd.build with parameters of type Workspace.ResourceRepositoryStrategyModifier and TypeMethodDescriptionaQute.bnd.result.Result<File> Workspace.getBundle(String bsn, Version version, Map<String, String> attrs, Workspace.ResourceRepositoryStrategy strategy) aQute.bnd.result.Result<File> Workspace.getBundle(org.osgi.resource.Resource resource, Workspace.ResourceRepositoryStrategy strategy) org.osgi.service.repository.RepositoryWorkspace.getResourceRepository(Workspace.ResourceRepositoryStrategy strategy) Return an aggregate repository of all the repositories to search.