org.neo4j.helpers
Class ProgressIndicator.Textual
java.lang.Object
org.neo4j.helpers.ProgressIndicator.Textual
- All Implemented Interfaces:
- ProgressIndicator.Factory
- Enclosing interface:
- ProgressIndicator
public static final class ProgressIndicator.Textual
- extends Object
- implements ProgressIndicator.Factory
A factory implementation that creates progress indicators that log progress textually.
- Author:
- Tobias Lindaaker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressIndicator.Textual
public ProgressIndicator.Textual(PrintStream out)
newSimpleProgressIndicator
public ProgressIndicator.SimpleProgress newSimpleProgressIndicator(long total)
- Specified by:
newSimpleProgressIndicator
in interface ProgressIndicator.Factory
newMultiProgressIndicator
public ProgressIndicator.MultiProgress newMultiProgressIndicator(long total)
- Specified by:
newMultiProgressIndicator
in interface ProgressIndicator.Factory
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.