org.apache.directory.api.ldap.model.cursor
Interface TupleRenderer


public interface TupleRenderer

A table key/value String renderer for the display or logging of human readable potentially binary data.

Author:
Apache Directory Project

Method Summary
 String getKeyString(Object key)
          Gets the key Object rendered as a String.
 String getValueString(Object value)
          Gets the value Object rendered as a String.
 

Method Detail

getKeyString

String getKeyString(Object key)
Gets the key Object rendered as a String.

Parameters:
key - the key Object
Returns:
the String representation of the key Object

getValueString

String getValueString(Object value)
Gets the value Object rendered as a String.

Parameters:
value - the value Object
Returns:
the String representation of the value Object


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.