@Singleton public class SpaceNamespaceFinder extends AbstractNamespaceFinder<SpaceName,Space>
Constructor and Description |
---|
SpaceNamespaceFinder(service : ContextService)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Space |
find(name : SpaceName)
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 : SpaceName) : Space
INamespaceFinder
name
- the name of the object to search for.null
if the object is not found.Copyright © 2021 the original authors or authors.