org.pf.joi.renderer
Class StringRenderer

java.lang.Object
  extended by org.pf.joi.renderer.StringRenderer
All Implemented Interfaces:
ObjectRenderer

public class StringRenderer
extends java.lang.Object
implements ObjectRenderer

This class is responsible to convert String instances to their String representation in inspectors.

Version:
1.1
Author:
Manfred Duchrow

Constructor Summary
StringRenderer()
          Initialize the new instance with default values.
 
Method Summary
 java.lang.String inspectString(java.lang.Object obj)
          Returns the string representation of the specified object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringRenderer

public StringRenderer()
Initialize the new instance with default values.

Method Detail

inspectString

public java.lang.String inspectString(java.lang.Object obj)
Returns the string representation of the specified object.

Specified by:
inspectString in interface ObjectRenderer
Parameters:
obj - Must be a String !