org.apache.tuscany.samples.sdo.internal
Class DocumentSamples

java.lang.Object
  extended by org.apache.tuscany.samples.sdo.internal.DocumentSamples

public class DocumentSamples
extends Object

Class to generate html documentation for the SDO Samples. The program introspects the sample programs listed in the sample classes static constant, for the values of the static CORE_FUNCTION and SIGNIFICANT_FUNCTION variables.

It builds indexes from sample to function and from function to sample and creates html output that displays these indexes.


Constructor Summary
DocumentSamples()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentSamples

public DocumentSamples()
Method Detail

main

public static void main(String[] args)
                 throws SecurityException,
                        NoSuchMethodException,
                        IllegalArgumentException,
                        InstantiationException,
                        IllegalAccessException,
                        InvocationTargetException,
                        IOException
Throws:
SecurityException
NoSuchMethodException
IllegalArgumentException
InstantiationException
IllegalAccessException
InvocationTargetException
IOException


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.