com.ibm.di.report.aloverview
Class ReportProcessor

java.lang.Object
  extended by com.ibm.di.report.aloverview.ReportProcessor

public class ReportProcessor
extends Object


Field Summary
static String NODE_CONFIGURATION
           
static String NODE_DELTA
           
static String NODE_DFC
           
static String NODE_EFC
           
static String NODE_HOOKS
           
static String NODE_INATTRMAP
           
static String NODE_LINK_CRITERIA
           
static String NODE_OPERATIONS
           
static String NODE_OUTATTRMAP
           
static String NODE_PARSER
           
static String NODE_PROXY_SETTINGS
           
static String NODE_RECONNECT
           
static String NODE_SETTINGS
           
static String RESOURCES_PREFIX
           
 
Constructor Summary
ReportProcessor(HTMLFactory htmlFactory, ReportConfig reportConfig)
           
 
Method Summary
protected  TreeNode createNode(String title, String type, BaseConfiguration configuration)
           
 HTMLFactory getHtmlFactory()
           
 void process(AssemblyLineInfo assemblyLineInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCES_PREFIX

public static final String RESOURCES_PREFIX
See Also:
Constant Field Values

NODE_CONFIGURATION

public static final String NODE_CONFIGURATION
See Also:
Constant Field Values

NODE_OUTATTRMAP

public static final String NODE_OUTATTRMAP
See Also:
Constant Field Values

NODE_INATTRMAP

public static final String NODE_INATTRMAP
See Also:
Constant Field Values

NODE_LINK_CRITERIA

public static final String NODE_LINK_CRITERIA
See Also:
Constant Field Values

NODE_RECONNECT

public static final String NODE_RECONNECT
See Also:
Constant Field Values

NODE_DELTA

public static final String NODE_DELTA
See Also:
Constant Field Values

NODE_PARSER

public static final String NODE_PARSER
See Also:
Constant Field Values

NODE_HOOKS

public static final String NODE_HOOKS
See Also:
Constant Field Values

NODE_EFC

public static final String NODE_EFC
See Also:
Constant Field Values

NODE_DFC

public static final String NODE_DFC
See Also:
Constant Field Values

NODE_PROXY_SETTINGS

public static final String NODE_PROXY_SETTINGS
See Also:
Constant Field Values

NODE_SETTINGS

public static final String NODE_SETTINGS
See Also:
Constant Field Values

NODE_OPERATIONS

public static final String NODE_OPERATIONS
See Also:
Constant Field Values
Constructor Detail

ReportProcessor

public ReportProcessor(HTMLFactory htmlFactory,
                       ReportConfig reportConfig)
Parameters:
htmlFactory -
reportConfig -
Method Detail

getHtmlFactory

public HTMLFactory getHtmlFactory()
Returns:
HTMLFactory

process

public void process(AssemblyLineInfo assemblyLineInfo)
             throws Exception
Parameters:
assemblyLineInfo -
Throws:
Exception

createNode

protected TreeNode createNode(String title,
                              String type,
                              BaseConfiguration configuration)
Parameters:
title -
type -
configuration -