de.lmu.ifi.dbs.elki.application.internal
Class DocumentReferences
java.lang.Object
de.lmu.ifi.dbs.elki.application.internal.DocumentReferences
public class DocumentReferences
- extends Object
Build a reference documentation for all available parameters.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSSFILE
private static final String CSSFILE
- See Also:
- Constant Field Values
MODIFICATION_WARNING
private static final String MODIFICATION_WARNING
- See Also:
- Constant Field Values
DocumentReferences
public DocumentReferences()
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.