Class ProductReader


  • public class ProductReader
    extends java.lang.Object
    User agent header reader.
    Author:
    Thierry Boileau
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<org.restlet.client.data.Product> read​(java.lang.String userAgent)
      Parses the given user agent String to a list of Product instances.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • read

        public static java.util.List<org.restlet.client.data.Product> read​(java.lang.String userAgent)
                                                                    throws java.lang.IllegalArgumentException
        Parses the given user agent String to a list of Product instances.
        Parameters:
        userAgent -
        Returns:
        the List of Product objects parsed from the String
        Throws:
        java.lang.IllegalArgumentException - Thrown if the String can not be parsed as a list of Product instances.