\r\n

51Degrees Device Detection Java  4.1

Device detection services for 51Degrees Pipeline

fiftyone.devicedetection.examples.ExampleBase Class Reference

Inheritance diagram for fiftyone.devicedetection.examples.ExampleBase:

[legend]

Classes

class  ReportIterable
class  UserAgentIterable

Public Member Functions

 ExampleBase (boolean printOutput)

Protected Member Functions

void  print (String string)
void  println (String string)
void  println () void  printf (String format, Object... args) Iterable< String >  report (List< String > input, int count, int maxDistinctUAs, int marks) void  outputException (Throwable ex, int depth)

Static Protected Member Functions

static Iterable< String >  getUserAgents (String userAgentsFile, final int count) throws IOException
static Iterable< String >  getUserAgents (String userAgentsFile, int count, int randomness) throws IOException
On This Page