public class PointAdder extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_PERIOD_TIME
The default period time used to write points in the output.
|
| Constructor and Description |
|---|
PointAdder(com.forgerock.opendj.cli.ConsoleApplication app)
Default constructor.
|
PointAdder(com.forgerock.opendj.cli.ConsoleApplication app,
long periodTime,
boolean isError,
ProgressMessageFormatter formatter)
Default constructor.
|
public static final long DEFAULT_PERIOD_TIME
public PointAdder(com.forgerock.opendj.cli.ConsoleApplication app)
app - The console application to be used. Creates a PointAdder that
writes to the standard output with the default period time.public PointAdder(com.forgerock.opendj.cli.ConsoleApplication app, long periodTime, boolean isError, ProgressMessageFormatter formatter)
app - The console application to be used.periodTime - The time between printing two points.isError - Whether the points must be printed in error stream or output
stream.formatter - The text formatter.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.