@Singleton public class SkillNamespaceFinder extends AbstractNamespaceFinder<SkillName,Skill>
Constructor and Description |
---|
SkillNamespaceFinder(service : ContextService)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Skill |
find(name : SkillName)
Find and replies the object with the given name.
|
String |
getScheme()
Replies the name scheme supported by this finder.
|
findAgent, getContextService
@Inject
public new
(service : ContextService)
service
- the service that is managing the contexts and the spaces.@Pure
public def
getScheme() : String
INamespaceFinder
@Pure
public def
find(name : SkillName) : Skill
INamespaceFinder
name
- the name of the object to search for.null
if the object is not found.Copyright © 2021 the original authors or authors.