
public class DocumentReferences extends Object
| Modifier and Type | Field and Description | 
|---|---|
private static String | 
CSSFILE  | 
private static Logging | 
LOG
Logger 
 | 
private static String | 
MODIFICATION_WARNING  | 
| Constructor and Description | 
|---|
DocumentReferences()  | 
| Modifier and Type | Method and Description | 
|---|---|
private static Document | 
documentReferences(List<Pair<Reference,List<Class<?>>>> refs)  | 
private static void | 
documentReferencesWiki(List<Pair<Reference,List<Class<?>>>> refs,
                      PrintStream refstreamW)  | 
static ArrayList<Class<?>> | 
findAllClassesWithReferences()
Fin all classes that have the reference annotation 
 | 
private static void | 
inspectClass(Class<?> cls,
            List<Pair<Reference,List<Class<?>>>> refs,
            Map<Reference,List<Class<?>>> map)  | 
private static String | 
linkForClassName(String name)  | 
static void | 
main(String[] args)  | 
private static List<Pair<Reference,List<Class<?>>>> | 
sortedReferences()  | 
private static final String CSSFILE
private static final String MODIFICATION_WARNING
private static final Logging LOG
public static void main(String[] args)
args - Command line argumentsprivate static Document documentReferences(List<Pair<Reference,List<Class<?>>>> refs)
private static void documentReferencesWiki(List<Pair<Reference,List<Class<?>>>> refs, PrintStream refstreamW)
private static void inspectClass(Class<?> cls, List<Pair<Reference,List<Class<?>>>> refs, Map<Reference,List<Class<?>>> map)