info.informatica.report
Class ReportUtil

java.lang.Object
  extended by info.informatica.report.ReportUtil

public class ReportUtil
extends Object

Utility class.

Author:
carlos

Constructor Summary
ReportUtil()
           
 
Method Summary
static void main(String[] args)
          Generates a sample template.
static String sampleReport(MetaData md, String blocktype)
          Generates a sample report template.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportUtil

public ReportUtil()
Method Detail

sampleReport

public static String sampleReport(MetaData md,
                                  String blocktype)
Generates a sample report template.

Parameters:
md - the metadata used to generate the template.
Returns:
a String with the default template.

main

public static void main(String[] args)
                 throws Exception
Generates a sample template. Run it without arguments to see its usage.

Parameters:
args -
Throws:
Exception