com.ibm.dtfj.analyzer.util
Class IdentityStringHelper

java.lang.Object
  extended by com.ibm.dtfj.analyzer.util.IdentityStringHelper

public class IdentityStringHelper
extends java.lang.Object

Helper class to generate identity strings from common objects, for use as report references


Constructor Summary
IdentityStringHelper()
           
 
Method Summary
static java.lang.String buildIdentString(java.lang.Object refKey)
          Generate a standardized identity string for any of a number of different types of report references; mask any errors during generation of the string.
static java.lang.String buildIdentString(java.lang.Object refKey, java.util.logging.Logger logger)
          Generate a standardized identity string for any of a number of different types of report references
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityStringHelper

public IdentityStringHelper()
Method Detail

buildIdentString

public static java.lang.String buildIdentString(java.lang.Object refKey,
                                                java.util.logging.Logger logger)
                                         throws com.ibm.dtfj.image.DTFJException
Generate a standardized identity string for any of a number of different types of report references

Parameters:
refKey - the reference for which we want an identity string. Could be a native DTFJ API object, or an analyzer instance, or other types of objects
logger - a Logger on which to log errors encountered during processing
Returns:
the associated identity string
Throws:
com.ibm.dtfj.image.DTFJException

buildIdentString

public static java.lang.String buildIdentString(java.lang.Object refKey)
Generate a standardized identity string for any of a number of different types of report references; mask any errors during generation of the string.

Parameters:
refKey - the reference for which we want an identity string. Could be a native DTFJ API object, or an analyzer instance, or other types of objects
Returns:
the associated identity string


© Copyright IBM Corp. 2007, 2008 All Rights Reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.