public class ProductReader
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.List<Product> |
read(java.lang.String userAgent)
Parses the given user agent String to a list of Product instances.
|
public static java.util.List<Product> read(java.lang.String userAgent) throws java.lang.IllegalArgumentException
userAgent
- java.lang.IllegalArgumentException
- Thrown if the String can not be parsed as a list of Product
instances.Copyright © 2005-2024 Restlet.