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
- Version:
- $Id: XrefMapper.java,v 1.3 2003/06/11 10:04:27 stephan Exp $
- Author:
- Stephan J. Schmidt
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
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
java.io.IOException
appendTo
public java.io.Writer appendTo(java.io.Writer writer)
throws java.io.IOException
java.io.IOException
Copyright © 2003 Matthias L. Jugel, Stephan J. Schmidt. All Rights Reserved.