org.radeox.macro.xref
Class XrefMapper
java.lang.Object
org.radeox.macro.xref.XrefMapper
public class XrefMapper
- extends java.lang.Object
Stores information and links to xref Java source code
e.g.
http://nanning.sourceforge.net/xref/com/tirsen/nanning/MixinInstance.html#83
Method Summary |
void |
addXref(java.io.BufferedReader reader)
|
java.io.Writer |
appendTo(java.io.Writer writer)
|
boolean |
contains(java.lang.String external)
|
java.io.Writer |
expand(java.io.Writer writer,
java.lang.String className,
java.lang.String site,
int lineNumber)
|
static XrefMapper |
getInstance()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XrefMapper
public XrefMapper()
getInstance
public static XrefMapper getInstance()
addXref
public void addXref(java.io.BufferedReader reader)
throws java.io.IOException
- Throws:
java.io.IOException
contains
public boolean contains(java.lang.String external)
expand
public java.io.Writer expand(java.io.Writer writer,
java.lang.String className,
java.lang.String site,
int lineNumber)
throws java.io.IOException
- Throws:
java.io.IOException
appendTo
public java.io.Writer appendTo(java.io.Writer writer)
throws java.io.IOException
- Throws:
java.io.IOException