Package org.apache.zookeeper.cli
Class PlainOutputFormatter
- java.lang.Object
-
- org.apache.zookeeper.cli.PlainOutputFormatter
-
- All Implemented Interfaces:
OutputFormatter
public class PlainOutputFormatter extends Object implements OutputFormatter
-
-
Field Summary
Fields Modifier and Type Field Description static PlainOutputFormatter
INSTANCE
-
Constructor Summary
Constructors Constructor Description PlainOutputFormatter()
-
-
-
Field Detail
-
INSTANCE
public static final PlainOutputFormatter INSTANCE
-
-
Method Detail
-
format
public String format(byte[] data)
- Specified by:
format
in interfaceOutputFormatter
-
-