public class ExampleBase
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
ExampleBase.ReportIterable |
| Constructor and Description |
|---|
ExampleBase(boolean printOutput) |
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.Iterable<java.lang.String> |
getUserAgents(java.lang.String userAgentsFile,
int count) |
protected static java.lang.Iterable<java.lang.String> |
getUserAgents(java.lang.String userAgentsFile,
int count,
int randomness) |
protected void |
outputException(java.lang.Throwable ex,
int depth) |
protected void |
print(java.lang.String string) |
protected void |
printf(java.lang.String format,
java.lang.Object... args) |
protected void |
println() |
protected void |
println(java.lang.String string) |
protected java.lang.Iterable<java.lang.String> |
report(java.util.Iterator<java.lang.String> input,
int count,
int maxDistinctUAs,
int marks) |
protected static java.lang.Iterable<java.lang.String> getUserAgents(java.lang.String userAgentsFile,
int count)
throws java.io.IOException
java.io.IOExceptionprotected static java.lang.Iterable<java.lang.String> getUserAgents(java.lang.String userAgentsFile,
int count,
int randomness)
throws java.io.IOException
java.io.IOExceptionprotected void print(java.lang.String string)
protected void println(java.lang.String string)
protected void println()
protected void printf(java.lang.String format,
java.lang.Object... args)
protected java.lang.Iterable<java.lang.String> report(java.util.Iterator<java.lang.String> input,
int count,
int maxDistinctUAs,
int marks)
protected void outputException(java.lang.Throwable ex,
int depth)
Copyright © 2022. All rights reserved.