org.apache.openejb.config.sys
Class WikiGenerator

java.lang.Object
  extended by org.apache.openejb.config.sys.WikiGenerator

public class WikiGenerator
extends Object


Field Summary
protected  ServicesJar servicesJar
           
 
Constructor Summary
WikiGenerator(ServicesJar servicesJar, PrintWriter out)
           
WikiGenerator(String providerName, PrintWriter printWriter)
           
 
Method Summary
 void generate()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

servicesJar

protected ServicesJar servicesJar
Constructor Detail

WikiGenerator

public WikiGenerator(String providerName,
                     PrintWriter printWriter)
              throws OpenEJBException
Throws:
OpenEJBException

WikiGenerator

public WikiGenerator(ServicesJar servicesJar,
                     PrintWriter out)
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

generate

public void generate()
              throws Exception
Throws:
Exception


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.