|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.util.table.TablePrinter
public abstract class TablePrinter
An interface for incrementally configuring a table serializer. Once
configured, the table printer can be used to create a new
TableSerializer
instance using the getSerializer()
method.
Constructor Summary | |
---|---|
protected |
TablePrinter()
Creates a new abstract table printer. |
Method Summary | |
---|---|
protected abstract TableSerializer |
getSerializer()
Creates a new table serializer based on the configuration of this table printer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected TablePrinter()
Method Detail |
---|
protected abstract TableSerializer getSerializer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |