org.pentaho.reporting.engine.classic.core.modules.misc.referencedoc
Class ObjectReferenceGenerator

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.misc.referencedoc.ObjectReferenceGenerator

public final class ObjectReferenceGenerator
extends Object

An application that creates a report documenting the object references.

Author:
Thomas Morgner

Method Summary
static TableModel createData()
          Creates the default tablemodel for the object reference generator.
static void main(String[] args)
          Starting point for the application.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createData

public static TableModel createData()
Creates the default tablemodel for the object reference generator.

Returns:
the tablemodel for the object reference generator.

main

public static void main(String[] args)
Starting point for the application.

Parameters:
args - ignored.