public class ServiceManager extends Object
| Constructor and Description |
|---|
ServiceManager() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,AreaTreeOperator> |
findAreaTreeOperators()
Discovers all the AreaTreeOperator service implementations.
|
static Map<String,AreaTreeProvider> |
findAreaTreeProviders()
Discovers all the AreaTreeProvider service implementations.
|
static Map<String,BoxTreeProvider> |
findBoxTreeProviders()
Discovers all the BoxTreeProvider service implementations.
|
static Map<String,LogicalTreeProvider> |
findLogicalTreeProviders()
Discovers all the LogicalTreeProvider service implementations.
|
static Map<String,ScriptObject> |
findScriptObjects()
Discovers all the AreaTreeOperator service implementations.
|
static void |
setServiceParams(ParametrizedOperation op,
Map<String,Object> params)
Sets the operation parametres based on a map of values.
|
public static Map<String,BoxTreeProvider> findBoxTreeProviders()
id to the appropriate implementation.public static Map<String,AreaTreeProvider> findAreaTreeProviders()
id to the appropriate implementation.public static Map<String,LogicalTreeProvider> findLogicalTreeProviders()
id to the appropriate implementation.public static Map<String,AreaTreeOperator> findAreaTreeOperators()
id to the appropriate implementation.public static Map<String,ScriptObject> findScriptObjects()
id to the appropriate implementation.public static void setServiceParams(ParametrizedOperation op, Map<String,Object> params)
op - The operation whose parametres should be setparams - A map that assigns values to operator namesCopyright © 2015. All rights reserved.