org.ujac.print
Class DocumentationGenerator

java.lang.Object
  extended by org.ujac.print.DocumentationGenerator

public class DocumentationGenerator
extends Object

Name: DocumentationGenerator
Description: A class generating the documentation for the item set according to the meta data, served by the DocumentTagFactory and the items themselves.

Author:
lauerc

Constructor Summary
DocumentationGenerator(DocumentTagFactory tagFactory)
          Constructs a DocumentationGenerator instance with specific attributes.
 
Method Summary
static void main(String[] args)
          The main method for command line access.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentationGenerator

public DocumentationGenerator(DocumentTagFactory tagFactory)
Constructs a DocumentationGenerator instance with specific attributes.

Parameters:
tagFactory - The tag factory to use.
Method Detail

main

public static void main(String[] args)
The main method for command line access.

Parameters:
args - The command line attributes.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.