public class ModuleInfo extends Object
| Constructor and Description |
|---|
ModuleInfo(String version,
String name,
List<String> factories)
Create a ModuleInfo
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFactories()
get Module available factories
|
String |
getName()
get Module name
|
String |
getVersion()
get Module version
|
void |
setFactories(List<String> factories)
set Module available factories
|
void |
setName(String name)
set Module name
|
void |
setVersion(String version)
set Module version
|
Copyright © 2015 Kurento. All rights reserved.