com.ibm.dtfj.analyzer.j2se.wrappers.jre142
Class PropertiesWrapper

java.lang.Object
  extended by TranslatableAnalyzer
      extended by com.ibm.dtfj.analyzer.base.SimpleAnalyzerBean
          extended by com.ibm.dtfj.analyzer.helpers.ValueWrapper
              extended by com.ibm.dtfj.analyzer.helpers.objectwrapper.ObjectWrapper
                  extended by com.ibm.dtfj.analyzer.helpers.base.MapWrapperBase
                      extended by com.ibm.dtfj.analyzer.j2se.wrappers.PropertiesWrapper
                          extended by com.ibm.dtfj.analyzer.j2se.wrappers.jre142.PropertiesWrapper
All Implemented Interfaces:
IAnalyzerBase, IReport, IWrapper, java.util.Map

public class PropertiesWrapper
extends PropertiesWrapper

Extract information from a JavaObject that represents an instance of java.util.Properties - JRE 1.4.2 version


Nested Class Summary
 
Nested classes/interfaces inherited from class com.ibm.dtfj.analyzer.j2se.wrappers.PropertiesWrapper
PropertiesWrapper.Data
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class com.ibm.dtfj.analyzer.j2se.wrappers.PropertiesWrapper
theJavaObject
 
Fields inherited from class com.ibm.dtfj.analyzer.helpers.objectwrapper.ObjectWrapper
MODE_ALL, MODE_DEFAULT, MODE_INCLUDE_HEADER, MODE_INCLUDE_SIGNATURE, MODE_NONE, MODE_SHOW_INSTANCE_FINAL_FIELDS, MODE_SHOW_INSTANCE_NONFINAL_FIELDS, MODE_SHOW_STATIC_FINAL_FIELDS, MODE_SHOW_STATIC_NONFINAL_FIELDS, MODE_SPECIAL_FULL_REPORT
 
Constructor Summary
PropertiesWrapper()
           
 
Method Summary
protected  java.lang.String getDataFieldName()
           
 
Methods inherited from class com.ibm.dtfj.analyzer.j2se.wrappers.PropertiesWrapper
entrySet, getData, getInstance, produceReport, setParent
 
Methods inherited from class com.ibm.dtfj.analyzer.helpers.base.MapWrapperBase
clear, containsKey, containsValue, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class com.ibm.dtfj.analyzer.helpers.objectwrapper.ObjectWrapper
checkMaskedField, endPrintGroup, getCachingPriority, getInstance, getValueAtPath, getValueAtPath, getVersion, printCollectionEntriesAtPath, printCollectionEntriesAtPath, printCollectionMapEntryReportsAtPath, printCollectionSizeAtPath, printCollectionValueReportsAtPath, printReportAtPath, printValueAtPath, printValueAtPath, setMaskedFieldPattern, startPrintGroup, toString
 
Methods inherited from class com.ibm.dtfj.analyzer.helpers.ValueWrapper
equals, getBooleanValue, getByteValue, getCharacterValue, getDoubleValue, getFloatValue, getIntegerValue, getJavaClassValue, getJavaObjectValue, getLongValue, getObjectWrapper, getObjectWrapper, getOneJavaClassValue, getOneJavaObjectValue, getRawValue, getShortValue, getStringValue, getTypeSignature, getValueWrapperInstance, hashCode, isBoolean, isByte, isCharacter, isDouble, isFloat, isInstanceOf, isInteger, isJavaClass, isJavaObject, isLong, isShort, isString
 
Methods inherited from class com.ibm.dtfj.analyzer.base.SimpleAnalyzerBean
allocateReport, allocateReportOptions, allocateSecondaryReport, getCategories, getContext, getIdentityString, getInstance, getLogger, getLongDescription, getName, getNextValidObject, getParent, getReportExtensionHelper, getResourceBundleName, getShortDescription, isPrimaryAnalyzer, printEmbeddedReport, printEmbeddedReport, printEmbeddedReportWithOptions, printEmbeddedReportWithOptions, printReportInfoHeader, recordInternalExceptionStatic, setContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

PropertiesWrapper

public PropertiesWrapper()
Method Detail

getDataFieldName

protected java.lang.String getDataFieldName()
Overrides:
getDataFieldName in class PropertiesWrapper
Returns:
the name of the field that contains the properties data in a java.util.Properties. This is defined through a method to allow overriding in subclasses.


© 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.