Package org.red5.server.plugin
Class PluginDescriptor
java.lang.Object
org.red5.server.plugin.PluginDescriptor
Simple descriptor for plug-ins.
- Author:
- Paul Gregoire
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setMethodReturnType
(String methodReturnType) void
setPluginName
(String pluginName) void
setPluginType
(String pluginType) void
setProperties
(Map<String, Object> properties)
-
Field Details
-
pluginName
-
pluginType
-
method
-
methodReturnType
-
properties
-
-
Constructor Details
-
PluginDescriptor
public PluginDescriptor()
-
-
Method Details
-
getPluginName
-
setPluginName
-
getPluginType
-
setPluginType
-
getMethod
-
setMethod
-
getMethodReturnType
-
setMethodReturnType
-
getProperties
-
setProperties
-