Package org.radeox.macro.xref
Class XrefMapper
- java.lang.Object
-
- org.radeox.macro.xref.XrefMapper
-
public class XrefMapper extends Object
Stores information and links to xref Java source code e.g. http://nanning.sourceforge.net/xref/com/tirsen/nanning/MixinInstance.html#83- Version:
- $Id$
- Author:
- Stephan J. Schmidt
-
-
Constructor Summary
Constructors Constructor Description XrefMapper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddXref(BufferedReader reader)WriterappendTo(Writer writer)booleancontains(String external)Writerexpand(Writer writer, String className, String site, int lineNumber)static XrefMappergetInstance()
-
-
-
Method Detail
-
getInstance
public static XrefMapper getInstance()
-
addXref
public void addXref(BufferedReader reader) throws IOException
- Throws:
IOException
-
contains
public boolean contains(String external)
-
expand
public Writer expand(Writer writer, String className, String site, int lineNumber) throws IOException
- Throws:
IOException
-
appendTo
public Writer appendTo(Writer writer) throws IOException
- Throws:
IOException
-
-