de.lmu.ifi.dbs.elki.application.internal
Class DocumentReferences

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.application.internal.DocumentReferences

public class DocumentReferences
extends Object

Build a reference documentation for all available parameters.


Field Summary
private static String CSSFILE
           
private static String MODIFICATION_WARNING
           
 
Constructor Summary
DocumentReferences()
           
 
Method Summary
private static Document documentParameters()
           
static ArrayList<Class<?>> findAllClassesWithReferences()
          Fin all classes that have the reference annotation
private static String linkForClassName(String name)
           
static void main(String[] args)
           
private static List<Pair<Reference,List<Class<?>>>> sortedReferences()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CSSFILE

private static final String CSSFILE
See Also:
Constant Field Values

MODIFICATION_WARNING

private static final String MODIFICATION_WARNING
See Also:
Constant Field Values
Constructor Detail

DocumentReferences

public DocumentReferences()
Method Detail

main

public static void main(String[] args)
Parameters:
args - Command line arguments

documentParameters

private static Document documentParameters()

sortedReferences

private static List<Pair<Reference,List<Class<?>>>> sortedReferences()

linkForClassName

private static String linkForClassName(String name)

findAllClassesWithReferences

public static ArrayList<Class<?>> findAllClassesWithReferences()
Fin all classes that have the reference annotation

Returns:
All classes with the reference annotation.

Release 0.4.0 (2011-09-20_1324)