com.ibm.itim.common
Class EnhancedStringValueConverter

java.lang.Object
  |
  +--com.ibm.itim.common.EnhancedStringValueConverter

public class EnhancedStringValueConverter
extends java.lang.Object


Constructor Summary
EnhancedStringValueConverter()
           
 
Method Summary
static java.lang.String convert(java.lang.String value)
          Method will attempt to scan the value and detect a more complex data structure.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnhancedStringValueConverter

public EnhancedStringValueConverter()
Method Detail

convert

public static java.lang.String convert(java.lang.String value)
Method will attempt to scan the value and detect a more complex data structure. If one of the known data structures is detected, the value will be converted to a simpler string representation of the original value.

Parameters:
value -
Returns:
Simplified String value.


IBM Tivoli Identity Manager 4.6
© Copyright International Business Machines Corporation 2005. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.