com.finalist.mmbase.wizard
Class WizardMaker

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by com.finalist.mmbase.wizard.WizardMaker
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class WizardMaker
extends org.xml.sax.helpers.DefaultHandler

The com.finalist.mmbase.wizard.WizardMaker walks through all editwizards generated by uml2mmbase and adds searchlists and relations to them, as indicated by conf/wizard-config.xml.

Version:
$Revision: 1.6 $, $Date: 2005/03/21 14:37:38 $
Author:
mdemare

Method Summary
static void main(java.lang.String[] args)
          This method finds all builders and their relations, and creates the search_NAME builders for them.
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
This method finds all builders and their relations, and creates the search_NAME builders for them.

Parameters:
args - the commandline arguments; Path to the search template can be passed. Otherwise a default is used.
Throws:
java.lang.Exception - velocity might throw an exception.


Copyright © 2003-2006 mmapps. All Rights Reserved.