Package org.ros.internal.node.response
Class UriListResultFactory
java.lang.Object
org.ros.internal.node.response.UriListResultFactory
- All Implemented Interfaces:
ResultFactory<List<URI>>
A
ResultFactory to take an object and turn it into a list of URLIs.- Author:
- damonkohler@google.com (Damon Kohler)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UriListResultFactory
public UriListResultFactory()
-
-
Method Details
-
newFromValue
- Specified by:
newFromValuein interfaceResultFactory<List<URI>>- Returns:
- a value to be returned as the result part of a
Response
-