Class CaptureAgentUtils
java.lang.Object
org.opencastproject.external.util.CaptureAgentUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.entwinemedia.fn.data.json.JValuegenerateJsonAgent(org.opencastproject.capture.admin.api.Agent agent) Generate a JSON Object for the given capture agent
-
Method Details
-
generateJsonAgent
public static com.entwinemedia.fn.data.json.JValue generateJsonAgent(org.opencastproject.capture.admin.api.Agent agent) Generate a JSON Object for the given capture agent- Parameters:
agent- The capture agent- Returns:
- A
JValuerepresenting the capture agent
-